Open myreen opened 2 years ago
Currently, cexp at source level doesn't have If. We need to make sure that the case expressions that really are If compile to If in CakeML.
cexp
If
Ah, @mn200 points out that If does exist but as a primitive op.
But not available to cexp programs, as those primitive ops are for exp only.
exp
Currently,
cexp
at source level doesn't haveIf
. We need to make sure that the case expressions that really areIf
compile toIf
in CakeML.