Files
gf-core/examples/regulus/toy1/LexToy1.gf
2007-06-11 14:53:08 +00:00

12 lines
173 B
Plaintext

interface LexToy1 = open Syntax in {
oper
dim_V2 : V2 ;
fan_N : N ;
kitchen_N : N ;
light_N : N ;
livingRoom_N : N ;
switchOff_V2 : V2 ;
switchOn_V2 : V2 ;
}