Files
gf-core/book/examples/chapter4/ClothesEng.gf

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