summaryrefslogtreecommitdiff
path: root/doc/tutorial/FruitEng.gf
blob: 15a378a1f24dd60694e136d2562a7e0f06084a0c (plain)
1
2
3
4
5
concrete FruitEng of Fruit = {
  lin
    Apple = {s = "apple"} ;
    Peach = {s = "peach"} ;
}