forked from GitHub/gf-core
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
13
old-examples/logic/LexTheory.gf
Normal file
13
old-examples/logic/LexTheory.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
interface LexTheory = open Grammar in {
|
||||
|
||||
oper
|
||||
assume_VS : VS ;
|
||||
case_N : N ;
|
||||
contradiction_N : N ;
|
||||
have_V2 : V2 ;
|
||||
hypothesis_N : N ;
|
||||
ifthen_DConj : DConj ;
|
||||
|
||||
defNP : Str -> NP ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user