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