Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fantasy-land

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fantasy-land - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc