Closed gcanti closed 6 years ago
@gcanti I'm not sure about the implementation of Integer (relying on bounded 'number' looks brittle and limited to me). Beside that, yes some types are interesting
relying on bounded 'number' looks brittle and limited to me
@sledorze what you mean?
@gcanti number can overflow and has limited precision.
Ah right, I'm looking for some big* implementations. These are the best candidates so far
By chance do you know any better implementation?
@gcanti we're using big-integer ourselves, we've however not spent too much time looking around for an alternative.
@sledorze master is now based on big-integer
, let me know what you think about the current implementation
@sledorze There's a bunch of types here that we could move to
io-ts-types
, what do you think? (if you are interested in this library of course)