Files
gf-core/examples/phrasebook/SentencesFre.gf

10 lines
292 B
Plaintext

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} ;
}