mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
overload res doc examples, part 2
This commit is contained in:
12
doc/tutorial/music/Music.gf
Normal file
12
doc/tutorial/music/Music.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract Music = {
|
||||
|
||||
flags startcat=Kind ;
|
||||
|
||||
cat
|
||||
Kind ;
|
||||
Property ;
|
||||
fun
|
||||
PropKind : Kind -> Property -> Kind ;
|
||||
Song : Kind ;
|
||||
American : Property ;
|
||||
}
|
||||
Reference in New Issue
Block a user