Files
gf-core/doc/tutorial/FruitEng.gf
2005-12-18 21:26:21 +00:00

6 lines
95 B
Plaintext

concrete FruitEng of Fruit = {
lin
Apple = {s = "apple"} ;
Peach = {s = "peach"} ;
}