mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
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") ;
|
|
}
|