Files
gf-core/examples/phrasebook/SentencesGer.gf
2010-05-25 11:30:09 +00:00

9 lines
233 B
Plaintext

concrete SentencesGer of Sentences = NumeralGer ** SentencesI - [PYesToNo] with
(Syntax = SyntaxGer),
(Symbolic = SymbolicGer),
(Lexicon = LexiconGer) ** open Prelude in {
lin PYesToNo = mkPhrase (lin Utt (ss "doch")) ;
}