summaryrefslogtreecommitdiff
path: root/doc/tutorial/FishEng.gf
blob: 560f6cda4ac333914ee1e8bf3e5e135d0d24edaf (plain)
1
2
3
4
5
concrete FishEng of Fish = {
  lin
    Salmon = {s = "salmon"} ;
    Perch  = {s = "perch"} ;
}