mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
instance DiffPhrasebookEng of DiffPhrasebook = open
|
|
SyntaxEng,
|
|
ParadigmsEng,
|
|
IrregEng
|
|
in {
|
|
|
|
oper
|
|
want_V2 = mkV2 (mkV "want") ;
|
|
like_V2 = mkV2 (mkV "like") ;
|
|
cost_V2 = mkV2 IrregEng.cost_V ;
|
|
cost_V = IrregEng.cost_V ;
|
|
}
|