Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save no-longer-on-githu-b/204f8c7ccc97d83e2b04 to your computer and use it in GitHub Desktop.
Save no-longer-on-githu-b/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