mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
concrete MusicLexFin of MusicLex =
|
|
CatFin ** open ParadigmsFin in {
|
|
lin
|
|
song_N = regN "kappale" ; ---- mkN
|
|
american_A = regA "amerikkalainen" ; ---- mkA
|
|
}
|
|
|