ref: 1860505486ea2190d78476782e504f15ce245ff0 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;