mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
resource PeaceRes = {
|
||||
|
||||
param Punct = FullStop | QuestMark | ExclMark ;
|
||||
|
||||
oper
|
||||
stop, quest, excl : Str -> { s : Str; p : Punct } ;
|
||||
stop x = { s = x; p = FullStop } ;
|
||||
quest x = { s = x; p = QuestMark } ;
|
||||
excl x = { s = x; p = ExclMark } ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user