purescript-contrib / purescript-int64

Signed and unsigned 64-bit integer types for PureScript
MIT License
5 stars 3 forks source link

cleaner API types #3

Closed jamesdbrock closed 2 years ago

jamesdbrock commented 2 years ago

I don’t love how the type Int64 = Long' Signed exposes a lot of type junk in the API. I would pefer to newtype Int64.

jamesdbrock commented 2 years ago

Resolved by #5