summaryrefslogtreecommitdiff
path: root/grammars/TALK/GF_GoDiS/Resource/Home/Lamps.gf
blob: f957614646051e6fd62f9f0275ad20b14ea669ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
abstract Lamps = {

cat Lamp;

fun

--aLamp : Lamp;
ceilinglamp : Lamp;
tablelamp : Lamp;
desklamp : Lamp;
floorlamp : Lamp;


}