slight refactoring of Phrasebook, with less start words

This commit is contained in:
aarne
2010-12-07 12:32:57 +00:00
parent e1c7cddc6c
commit e4b330b8cc
34 changed files with 398 additions and 447 deletions

View File

@@ -1,7 +1,4 @@
abstract Greetings = {
cat
Greeting ; -- idiomatic phrase, not inflected, e.g. "hello"
abstract Greetings = Sentences [Greeting] ** {
fun
GBye : Greeting ;