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