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