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