Skip to content

Instantly share code, notes, and snippets.

@nobsun
Last active December 12, 2015 04:18
Show Gist options
  • Save nobsun/4712792 to your computer and use it in GitHub Desktop.
Save nobsun/4712792 to your computer and use it in GitHub Desktop.
{-# LANGUAGE FlexibleInstances #-}
instances Num (a -> Maybe b) where
fromInteger 1 = const Nothing
a = Nothing
ex = a >>= 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment