Created
February 28, 2015 16:08
-
-
Save yuga/86b195f691adcb3ef97a to your computer and use it in GitHub Desktop.
ByteString -> Double
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
toRealFloat . either error id . parseOnly Data.Attoparsec.ByteString.Char8.scientific :: ByteString -> Double |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment