Skip to content

Instantly share code, notes, and snippets.

@nietaki
Created March 4, 2012 16:48
Show Gist options
  • Save nietaki/1973837 to your computer and use it in GitHub Desktop.
Save nietaki/1973837 to your computer and use it in GitHub Desktop.
instance Ix Integer where
rangeSize(from, to) = fromInteger (to - from + 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment