mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
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 ;
|
|
|
|
}
|