mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -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,3 +1,9 @@
|
||||
concrete SentencesFre of Sentences = NumeralFre ** SentencesI with
|
||||
(DiffPhrasebook = DiffPhrasebookFre),
|
||||
(Syntax = SyntaxFre) ;
|
||||
concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [WhetherIs]
|
||||
with
|
||||
(DiffPhrasebook = DiffPhrasebookFre),
|
||||
(Syntax = SyntaxFre) ** open SyntaxFre, ExtraFre in {
|
||||
|
||||
lin WhetherIs item quality =
|
||||
lin QS {s = \\_ => (EstcequeS (mkS (mkCl item quality))).s} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user