Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created January 19, 2010 17:24
Show Gist options
  • Save abuiles/281103 to your computer and use it in GitHub Desktop.
Save abuiles/281103 to your computer and use it in GitHub Desktop.
data Expr f = In (f (Expr f))
data Add e = Add e e
type AddExpr = Expr Add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment