forked from GitHub/gf-core
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
abstract Compex = {
|
|
cat Prop ; Ind ;
|
|
fun Even : Ind -> Prop ;
|
|
}
|