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