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