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