1
0
forked from GitHub/gf-core

overload res doc examples, part 2

This commit is contained in:
aarne
2007-06-19 18:09:49 +00:00
parent 1a649a6a1d
commit 2ded5b6d28
12 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
concrete MusicLexFin of MusicLex =
CatFin ** open ParadigmsFin in {
lin
song_N = regN "kappale" ; ---- mkN
american_A = regA "amerikkalainen" ; ---- mkA
}