mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -06:00
9 lines
233 B
Plaintext
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")) ;
|
|
|
|
}
|