mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -06:00
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [WhetherIs, QAction]
|
|
with
|
|
(DiffPhrasebook = DiffPhrasebookFre),
|
|
(Syntax = SyntaxFre) ** open SyntaxFre, ExtraFre in {
|
|
|
|
lin
|
|
WhetherIs item quality = lin QS {s = \\_ => (EstcequeS (mkS (mkCl item quality))).s} ;
|
|
QAction a = lin QS {s = \\_ => (EstcequeS (mkS a)).s} ;
|
|
|
|
}
|