mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 05:22:50 -06:00
texts and idioms
This commit is contained in:
11
lib/resource-1.0/abstract/Text.gf
Normal file
11
lib/resource-1.0/abstract/Text.gf
Normal file
@@ -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