-
- Downloads
translate 'if' of WhyML to 'if' of Why when the both branches are pure
this reduces the unnecessary branching in WPs, especially for C-inspired expressions like (if <cond> then 1 else 0).
Please register or sign in to comment
this reduces the unnecessary branching in WPs, especially for C-inspired expressions like (if <cond> then 1 else 0).