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