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