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