djspiewak / parseback

A Scala implementation of parsing with derivatives
http://parseback.io
Apache License 2.0
197 stars 22 forks source link

Shrink the object map by making Nullable Byte {-1, 0, 1} #1

Closed dwijnand closed 7 years ago

dwijnand commented 7 years ago

Alternatively the methods could be enriched on the pure-data datatype. But then it would have to box, because value classes don't nest..

djspiewak commented 7 years ago

Thanks!