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