1
0
forked from GitHub/gf-core
Files
gf-core/gf-book/examples/chapter4/ClothesIta.gf
2011-01-11 15:46:43 +00:00

9 lines
243 B
Plaintext

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") ;
}