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