Files
gf-core/examples/phrasebook/DiffPhrasebookEng.gf
2010-03-21 17:42:11 +00:00

11 lines
160 B
Plaintext

instance DiffPhrasebookEng of DiffPhrasebook = open
SyntaxEng,
ParadigmsEng
in {
oper
want_V2 = mkV2 (mkV "want") ;
like_V2 = mkV2 (mkV "like") ;
}