summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter4/ClothesIta.gf
blob: fc4415b07bd895246c45764b16ddc249a3d1ceac (plain)
1
2
3
4
5
6
7
8
concrete ClothesIta of Clothes = CommentsIta ** 
    open SyntaxIta, ParadigmsIta in {
  lin
    Shirt = mkCN (mkN "camicia") ;
    Jacket = mkCN (mkN "giacca") ;
    Comfortable = mkAP (mkA "comodo") ;
    Elegant = mkAP (mkA "elegante") ;
}