1
0
forked from GitHub/gf-core
Files
gf-core/old-examples/compiling/Compex.gf

5 lines
68 B
Plaintext

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