Files
gf-core/gf-book/examples/chapter4/ClothesEng.gf
2011-01-11 15:46:43 +00:00

11 lines
266 B
Plaintext

--# -path=.:present
concrete ClothesEng of Clothes = CommentsEng **
open SyntaxEng, ParadigmsEng in {
lin
Shirt = mkCN (mkN "shirt") ;
Jacket = mkCN (mkN "jacket") ;
Comfortable = mkAP (mkA "comfortable") ;
Elegant = mkAP (mkA "elegant") ;
}