Files
gf-core/examples/logic/LexTheory.gf
2006-11-26 17:14:20 +00:00

9 lines
108 B
Plaintext

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