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