forked from GitHub/gf-core
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
instance DiffPhrasebookSwe of DiffPhrasebook = open
|
|
SyntaxSwe,
|
|
ParadigmsSwe
|
|
in {
|
|
|
|
oper
|
|
want_V2 = mkV2 (mkV "önska") ; ---- vill ha
|
|
like_V2 = mkV2 (mkV "tycker") (mkPrep "om") ;
|
|
|
|
cost_V2 = mkV2 (mkV "kosta") ;
|
|
cost_V = mkV "kosta" ;
|
|
}
|