mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 14:16:31 -06:00
12 lines
184 B
Plaintext
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 ;
|
|
|
|
}
|