mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-30 21:28:54 -06:00
a logic library; fix in make mathematical
This commit is contained in:
7
examples/logic/LexTheoryEng.gf
Normal file
7
examples/logic/LexTheoryEng.gf
Normal 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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user