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