mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
improved final-resource
This commit is contained in:
9
doc/tutorial/music/Music.gf
Normal file
9
doc/tutorial/music/Music.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
abstract Music = {
|
||||
cat
|
||||
Kind ;
|
||||
Property ;
|
||||
fun
|
||||
PropKind : Kind -> Property -> Kind ;
|
||||
Song : Kind ;
|
||||
American : Property ;
|
||||
}
|
||||
Reference in New Issue
Block a user