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