solatis / haskell-hexstring

Fast and safe representation of hex string
MIT License
2 stars 6 forks source link

Add safe conversion to HexString #1

Open andrevidela opened 6 years ago

andrevidela commented 6 years ago

This PR add conversions to Maybe HexString instead of using error when the input isn't parsable.