Closed panagosg7 closed 10 years ago
e1 || e2
let _tmp = e1 in _tmp ? _tmp : e2
Ha, yes -- I guess my suggestion was to just bundle this into the type. Perhaps this is more robust...
e1 || e2
--->let _tmp = e1 in _tmp ? _tmp : e2