forked from GitHub/gf-core
9 lines
243 B
Plaintext
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") ;
|
|
}
|