mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
a logic library; fix in make mathematical
This commit is contained in:
8
examples/logic/LexTheory.gf
Normal file
8
examples/logic/LexTheory.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
interface LexTheory = open Grammar in {
|
||||
|
||||
oper
|
||||
assume_VS : VS ;
|
||||
case_N : N ;
|
||||
have_V2 : V2 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user