Files
gf-core/lib/resource-1.0/abstract/Text.gf

12 lines
184 B
Plaintext

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