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