Skip to content

Instantly share code, notes, and snippets.

@thomwiggers
Created October 23, 2013 19:11
Show Gist options
  • Save thomwiggers/7124758 to your computer and use it in GitHub Desktop.
Save thomwiggers/7124758 to your computer and use it in GitHub Desktop.
:: Expr = NR Int
// ...
instance toString Expr where
toString (NR a) = toString a
// ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment