Skip to content

Instantly share code, notes, and snippets.

@rightfold
Forked from anonymous/gist:e1ed418d0553b9dceee1
Last active August 29, 2015 14:04
Show Gist options
  • Save rightfold/204f8c7ccc97d83e2b04 to your computer and use it in GitHub Desktop.
Save rightfold/204f8c7ccc97d83e2b04 to your computer and use it in GitHub Desktop.
data TExpr
= TInt Int
| TBool Bool
| TStructVal (Map String TExpr)
| TVar StrictText
| TSum [TExpr]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment