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