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:
9
doc/tutorial/music/MusicI.gf
Normal file
9
doc/tutorial/music/MusicI.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
incomplete concrete MusicI of Music = open Syntax, MusicLex in {
|
||||
lincat
|
||||
Kind = CN ;
|
||||
Property = AP ;
|
||||
lin
|
||||
PropKind k p = mkCN p k ;
|
||||
Song = mkCN song_N ;
|
||||
American = mkAP american_A ;
|
||||
}
|
||||
Reference in New Issue
Block a user