Skip to content

Instantly share code, notes, and snippets.

@frozendevil
Created July 9, 2014 17:54
Show Gist options
  • Save frozendevil/70b3033f54f5c13e9fe3 to your computer and use it in GitHub Desktop.
Save frozendevil/70b3033f54f5c13e9fe3 to your computer and use it in GitHub Desktop.
| TmIf(_, t1, t2, t3) ->
(match eval2 t1 with
TmTrue(_) -> eval2 t2
| TmTrue(_) -> eval2 t3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment