-
-
Save frozendevil/70b3033f54f5c13e9fe3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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