mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
incomplete concrete MusicI of Music = open Grammar, MusicLex in {
|
|
lincat
|
|
Kind = CN ;
|
|
Property = AP ;
|
|
lin
|
|
PropKind k p = AdjCN p k ;
|
|
Song = UseN song_N ;
|
|
American = PositA american_A ;
|
|
} |