summaryrefslogtreecommitdiff
path: root/examples/logic/LexTheoryEng.gf
blob: 556bd2b241a68e2701127419de3a3c4ef4c825f2 (plain)
1
2
3
4
5
6
7
instance LexTheoryEng of LexTheory = open GrammarEng,ParadigmsEng,IrregEng in {
  oper
    assume_VS = mkVS (regV "assume") ;
    case_N = regN "case" ;
    have_V2 = dirV2 have_V ;

}