forked from GitHub/gf-core
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