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