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