mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
15 lines
256 B
Plaintext
15 lines
256 B
Plaintext
instance DiffPhrasebookIta of DiffPhrasebook = open
|
|
SyntaxIta,
|
|
BeschIta,
|
|
ParadigmsIta
|
|
in {
|
|
|
|
oper
|
|
want_V2 = mkV2 (mkV (volere_96 "volere")) ;
|
|
like_V2 = mkV2 (mkV "amare") ; ----
|
|
|
|
cost_V2 = mkV2 (mkV "costare") ;
|
|
cost_V = mkV "costare" ;
|
|
|
|
}
|