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