mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
English version of Phrasebook
This commit is contained in:
10
examples/phrasebook/DiffPhrasebookEng.gf
Normal file
10
examples/phrasebook/DiffPhrasebookEng.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
instance DiffPhrasebookEng of DiffPhrasebook = open
|
||||
SyntaxEng,
|
||||
ParadigmsEng
|
||||
in {
|
||||
|
||||
oper
|
||||
want_V2 = mkV2 (mkV "want") ;
|
||||
like_V2 = mkV2 (mkV "like") ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user