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