(Morphodict) Improvements in Fin config + header

This commit is contained in:
Inari Listenmaa
2021-06-04 11:07:23 +08:00
parent 7c79aae07f
commit e7f620fc60
3 changed files with 14 additions and 1 deletions

View File

@@ -7,4 +7,7 @@ concrete MorphoDictFin of MorphoDictFinAbs = CatFin ** open
-- extracted from http://kaino.kotus.fi/sanat/nykysuomi/, licensed under LGPL
flags coding = utf8 ;
flags coding = utf8 ;
oper mkA' : (x1,_,_,_,_,_,_,_,_,x10 : Str) -> A = \a,b,c,d,e,f,g,h,i,j -> mkA (mkN a b c d e f g h i j) ; -- Need a single worst-case paradigm for how config is implemented