Files
gf-core/examples/logic/LexTheory.gf
2006-11-27 10:54:26 +00:00

12 lines
184 B
Plaintext

interface LexTheory = open Grammar in {
oper
assume_VS : VS ;
case_N : N ;
contradiction_N : N ;
have_V2 : V2 ;
hypothesis_N : N ;
ifthen_DConj : DConj ;
}