a logic library; fix in make mathematical

This commit is contained in:
aarne
2006-11-26 17:14:20 +00:00
parent 4bde587ab4
commit a36758f56e
8 changed files with 145 additions and 3 deletions

View File

@@ -0,0 +1,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 ;
}