mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
--# -path=.:present
|
|
|
|
concrete DisambPhrasebookRon of Phrasebook = PhrasebookRon -
|
|
[PSentence, PQuestion, ObjIndef
|
|
]
|
|
** open SyntaxRon, Prelude in {
|
|
lin
|
|
PSentence s = mkText s ; -- punctuation not optional
|
|
PQuestion s = mkText s ;
|
|
ObjIndef k = mkNP someSg_Det k ;
|
|
}
|