Files
gf-core/examples/logic/LexTheoryEng.gf
2006-11-26 17:14:20 +00:00

8 lines
185 B
Plaintext

instance LexTheoryEng of LexTheory = open GrammarEng,ParadigmsEng,IrregEng in {
oper
assume_VS = mkVS (regV "assume") ;
case_N = regN "case" ;
have_V2 = dirV2 have_V ;
}