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

7 lines
226 B
Plaintext

concrete SentencesRus of Sentences = NumeralRus ** SentencesI - [
Today, NameNN -- not defined in lib
] with
(Syntax = SyntaxRus),
-- (Symbolic = SymbolicRus),
(Lexicon = LexiconRus) ** open Prelude, SyntaxRus in {
}