diff options
| author | aarne <aarne@chalmers.se> | 2010-12-21 23:23:20 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-12-21 23:23:20 +0000 |
| commit | 27664de321e4bc2679e156e9f6e9e30b442e05bd (patch) | |
| tree | db1dc727023852070b5221b023c2eb9ce4bf5b4a /book/examples/chapter4 | |
| parent | 4bab82398c905c3699cb9cfefbf913d6022b1fbe (diff) | |
making synopsis work for structural words, etc
Diffstat (limited to 'book/examples/chapter4')
| -rw-r--r-- | book/examples/chapter4/ClothesEng.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/examples/chapter4/ClothesEng.gf b/book/examples/chapter4/ClothesEng.gf index d45a8ce30..c6b9a2520 100644 --- a/book/examples/chapter4/ClothesEng.gf +++ b/book/examples/chapter4/ClothesEng.gf @@ -6,5 +6,5 @@ concrete ClothesEng of Clothes = CommentsEng ** Shirt = mkCN (mkN "shirt") ; Jacket = mkCN (mkN "jacket") ; Comfortable = mkAP (mkA "comfortable") ; - Elegant = mkAP (mkA "elega") ; + Elegant = mkAP (mkA "elegant") ; } |
