Closed jamesdbrock closed 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.
type Int64 = Long' Signed
newtype Int64
Resolved by #5
I don’t love how the
type Int64 = Long' Signed
exposes a lot of type junk in the API. I would pefer tonewtype Int64
.