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