mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
Add support for CAPIT and ALL_CAPIT
This commit is contained in:
@@ -7,4 +7,6 @@ abstract Bind = {
|
||||
bind : S -> S -> S ;
|
||||
softbind : S -> S -> S ;
|
||||
softspace : S -> S -> S ;
|
||||
capit : S -> S ;
|
||||
allcapit : S -> S ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user