ex_type
ex_type copied to clipboard
Support "or in guard" and "if ... else... "
- It currently does not support
orin guard at the moment. - Since "if ... else ..." would be compiled to
case ... x == false or x == nil(useorin guard), it cannot support "if ... else ...".