Files
gf-core/lib/resource-1.0/abstract/Text.gf
2006-02-20 14:52:37 +00:00

12 lines
181 B
Plaintext

--1 Texts
abstract Text = Cat ** {
fun
TEmpty : Text ;
TFullStop : Phr -> Text -> Text ;
TQuestMark : Phr -> Text -> Text ;
TExclMark : Phr -> Text -> Text ;
}