Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created November 3, 2014 23:02
Show Gist options
  • Save codedmart/7a35a56cb4e2050fc8a5 to your computer and use it in GitHub Desktop.
Save codedmart/7a35a56cb4e2050fc8a5 to your computer and use it in GitHub Desktop.
instance ToDatum (Ratio Integer) where
toDatum a = toDatum (parseRational a)
parseRational :: Rational -> Double
parseRational = fromRational
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment