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