mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
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 ;
|
|
}
|