Files
gf-core/examples/compiling/CompexEng.gf
2006-10-18 09:54:17 +00:00

9 lines
172 B
Plaintext

concrete CompexEng of Compex = open MathematicalEng, ParadigmsEng, Prelude in {
lincat
Prop = {s : Bool => Str} ;
Ind = NP ;
lin
Even : Ind -> Prop ;
}