summaryrefslogtreecommitdiff
path: root/examples/compiling/CompexEng.gf
blob: 10b0babdc0ea2e1ec57b37c463a86c1647125000 (plain)
1
2
3
4
5
6
7
8
concrete CompexEng of Compex = open MathematicalEng, ParadigmsEng, Prelude in {
  lincat 
    Prop = {s : Bool => Str} ;
    Ind  = NP ;
  lin 
    Even : Ind -> Prop ;

}