1
0
forked from GitHub/gf-core
Files
gf-core/examples/compiling/Compex.gf
2006-10-18 09:54:17 +00:00

5 lines
68 B
Plaintext

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