mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
gf-book web page index and toc
This commit is contained in:
8
gf-book/examples/chapter4/ClothesIta.gf
Normal file
8
gf-book/examples/chapter4/ClothesIta.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
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") ;
|
||||
}
|
||||
Reference in New Issue
Block a user