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