summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesRus.gf
blob: b02fb5b1f6ff829138c880b885600f90e9e46de3 (plain)
1
2
3
4
5
6
7
concrete SentencesRus of Sentences = NumeralRus ** SentencesI - [
  Today, NameNN -- not defined in lib
 ]  with 
  (Syntax = SyntaxRus),
--  (Symbolic = SymbolicRus),
  (Lexicon = LexiconRus) ** open Prelude, SyntaxRus in {
}