mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-13 00:50:11 -06:00
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
concrete MorphoDictFin of MorphoDictFinAbs = CatFin ** open
|
|
ParadigmsFin,
|
|
-- MorphoFin,
|
|
Kotus
|
|
-- Prelude
|
|
in {
|
|
|
|
-- extracted from http://kaino.kotus.fi/sanat/nykysuomi/, licensed under LGPL
|
|
|
|
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
|
|
|