Fix lin2string and pass all unittests and Phrasebook

This commit is contained in:
John J. Camilleri
2021-03-08 09:53:10 +01:00
parent 0f4b349b0b
commit 785d6069e2
5 changed files with 81 additions and 31 deletions

View File

@@ -9,4 +9,6 @@ abstract Bind = {
softspace : S -> S -> S ;
capit : S -> S ;
allcapit : S -> S ;
prebind : S -> S ;
precapit : S -> S ;
}