ref: eab0f16acb161defcd8e6fa258c361df7e51968e dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;