mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
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" ;
|
|
}
|