mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
concrete MusicLexFin of MusicLex =
|
|
CatFin ** open ParadigmsFin in {
|
|
lin
|
|
song_N = mkN "kappale" ;
|
|
american_A = mkA "amerikkalainen" ;
|
|
}
|
|
|