fantasy-land
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fantasy-land", | ||
"author": "Brian McKenna", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Specification for interoperability of common algebraic structures in JavaScript", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -338,6 +338,6 @@ # Fantasy Land Specification | ||
```hs | ||
chainRec :: ChainRec m => ((a -> c) -> (b -> c) -> a -> m c) -> a -> m b | ||
chainRec :: ChainRec m => ((a -> c, b -> c, a) -> m c, a) -> m b | ||
``` | ||
A Type which has a ChainRec must provide an `chainRec` method on itself | ||
A Type which has a ChainRec must provide a `chainRec` method on itself | ||
or its `constructor` object. The `chainRec` method takes two arguments: | ||
@@ -344,0 +344,0 @@ |
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
31324