forked from GitHub/gf-core
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
12
old-examples/tutorial/smart/LexSmart.gf
Normal file
12
old-examples/tutorial/smart/LexSmart.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
interface LexSmart = 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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user