mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 07:02:51 -06:00
started a subdir for the book
This commit is contained in:
5
book/examples/chapter4/Clothes.gf
Normal file
5
book/examples/chapter4/Clothes.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract Clothes = Comments ** {
|
||||
fun
|
||||
Shirt, Jacket : Kind ;
|
||||
Comfortable, Elegant : Quality ;
|
||||
}
|
||||
Reference in New Issue
Block a user