Add support for CAPIT and ALL_CAPIT

This commit is contained in:
John J. Camilleri
2021-02-16 15:17:54 +01:00
parent 21f14c2aa1
commit d394cacddf
6 changed files with 15 additions and 2 deletions

View File

@@ -7,4 +7,6 @@ abstract Bind = {
bind : S -> S -> S ;
softbind : S -> S -> S ;
softspace : S -> S -> S ;
capit : S -> S ;
allcapit : S -> S ;
}