Skip to content

Instantly share code, notes, and snippets.

@diegoeche
Created October 19, 2009 21:16
Show Gist options
  • Save diegoeche/213717 to your computer and use it in GitHub Desktop.
Save diegoeche/213717 to your computer and use it in GitHub Desktop.
*Main> (perm [3]) :: Maybe [Int]
Just [3]
*Main> (perm [3]) :: [[Int]]
[[3]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment