mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 23:39:32 -06:00
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 ;
|
|
|
|
}
|