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