mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
new tutorial example
This commit is contained in:
5
doc/tutorial/Foodmarket.gf
Normal file
5
doc/tutorial/Foodmarket.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract Foodmarket = Food, Fruit, Mushroom ** {
|
||||
fun
|
||||
FruitKind : Fruit -> Kind ;
|
||||
MushroomKind : Mushroom -> Kind ;
|
||||
}
|
||||
Reference in New Issue
Block a user