mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
new tutorial example
This commit is contained in:
8
doc/tutorial/Morefood.gf
Normal file
8
doc/tutorial/Morefood.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
abstract Morefood = Food ** {
|
||||
cat
|
||||
Question ;
|
||||
fun
|
||||
QIs : Item -> Quality -> Question ;
|
||||
Pizza : Kind ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user