1
0
forked from GitHub/gf-core

toy1 with classes and using resource API

This commit is contained in:
aarne
2007-06-11 14:53:08 +00:00
parent 2b438a6284
commit 75a9ea71a2
9 changed files with 313 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
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 ;
}