Add support for SOFT_SPACE

This commit is contained in:
John J. Camilleri
2021-02-16 14:57:33 +01:00
parent 23e49cddb7
commit 21f14c2aa1
6 changed files with 13 additions and 7 deletions

View File

@@ -6,4 +6,5 @@ abstract Bind = {
concat : S -> S -> S ;
bind : S -> S -> S ;
softbind : S -> S -> S ;
softspace : S -> S -> S ;
}