mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-21 19:56:22 -06:00
texts and idioms
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--1 Texts
|
||||
|
||||
abstract Text = Cat ** {
|
||||
|
||||
fun
|
||||
TEmpty : Text ;
|
||||
TFullStop : Phr -> Text -> Text ;
|
||||
TQuestMark : Phr -> Text -> Text ;
|
||||
TExclMark : Phr -> Text -> Text ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user