mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
instance DiffPhrasebookEng of DiffPhrasebook = open
|
|
SyntaxEng,
|
|
ParadigmsEng
|
|
in {
|
|
|
|
oper
|
|
want_V2 = mkV2 (mkV "want") ;
|
|
like_V2 = mkV2 (mkV "like") ;
|
|
|
|
}
|