Files
gf-core/old-examples/compiling/Compex.gf

5 lines
68 B
Plaintext

abstract Compex = {
cat Prop ; Ind ;
fun Even : Ind -> Prop ;
}