1
0
forked from GitHub/gf-core

disambiguation in Phrasebook grammars, PGF server, and the GUI

This commit is contained in:
aarne
2010-03-30 15:39:11 +00:00
parent 92d51c8ca3
commit 0e91a4d84d
23 changed files with 151 additions and 129 deletions

View File

@@ -7,8 +7,6 @@ concrete PhrasebookSwe of Phrasebook =
Prelude in {
lin
PSentence s = mkText s | lin Text (mkUtt s) ; -- optional .
PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional ?
PGreeting g = mkPhrase g ;
PGreeting p g = mkText (lin Text (ss g.s)) (lin Text (ss p.s)) ;
}