mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
instance DiffPhrasebookEng of DiffPhrasebook = open
|
||||
SyntaxEng,
|
||||
ParadigmsEng
|
||||
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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user