forked from GitHub/gf-core
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