mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
Add support for SOFT_SPACE
This commit is contained in:
@@ -6,4 +6,5 @@ abstract Bind = {
|
||||
concat : S -> S -> S ;
|
||||
bind : S -> S -> S ;
|
||||
softbind : S -> S -> S ;
|
||||
softspace : S -> S -> S ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user