forked from GitHub/gf-core
12 lines
181 B
Plaintext
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 ;
|
|
|
|
}
|