Skip to content

Instantly share code, notes, and snippets.

@nrolland
Created August 14, 2015 10:34
Show Gist options
  • Save nrolland/3f9616f11a2f965e2e0b to your computer and use it in GitHub Desktop.
Save nrolland/3f9616f11a2f965e2e0b to your computer and use it in GitHub Desktop.
test :: MonadPlus m => m a
test =
let r = mzero :: m a
in let r' :: m a = mzero
in mzero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment