concurrify
Advanced tools
Comparing version 1.1.1 to 2.0.0
@@ -199,2 +199,3 @@ //. # Concurrify | ||
proto[$$type] = OUTERTYPE; | ||
construct[$$type] = OUTERTYPE; | ||
@@ -201,0 +202,0 @@ |
{ | ||
"name": "concurrify", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "Turn non-concurrent FantasyLand Applicatives concurrent", | ||
@@ -55,6 +55,6 @@ "main": "index.js", | ||
"codecov": "^3.0.0", | ||
"fantasy-land": "^3.4.0", | ||
"sanctuary-scripts": "^2.0.0", | ||
"sanctuary-type-classes": "^9.0.0" | ||
"fantasy-land": "^4.0.1", | ||
"sanctuary-scripts": "^3.0.0", | ||
"sanctuary-type-classes": "^12.0.0" | ||
} | ||
} |
@@ -53,3 +53,3 @@ # Concurrify | ||
#### <a name="concurrify" href="https://github.com/fluture-js/concurrify/blob/v1.1.1/index.js#L135">`concurrify :: (Applicative f, Alternative (m f)) => (TypeRep f, f a, (f a, f a) -> f a, (f a, f (a -> b)) -> f b) -> f c -> m f c`</a> | ||
#### <a name="concurrify" href="https://github.com/fluture-js/concurrify/blob/v2.0.0/index.js#L135">`concurrify :: (Applicative f, Alternative (m f)) => (TypeRep f, f a, (f a, f a) -> f a, (f a, f (a -> b)) -> f b) -> f c -> m f c`</a> | ||
@@ -56,0 +56,0 @@ [FL3]: https://github.com/fantasyland/fantasy-land/ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13111
225