fantasy-to-static

1.0.0 • Public • Published

fantasy-to-static

A helper that generates a static-land module from a fantasy-land type.

API

fantasyToStatic function

Given a fantasy-land compatible type creates a static-land module for it. Detects supported methods automatically, but you can explicitly specify methods that should be generated by passing an array of names as a second argument.

import {fantasyToStatic} from 'fantasy-to-static'
import IdFL from 'fantasy-land/id'
 
const Id = fromFLType(IdFL)
 
Id.map(x => x + 41, Id.of(1)) // IdFL(42)

Development

npm run lobot -- --help

Run lobot commands as npm run lobot -- args...

Readme

Keywords

none

Package Sidebar

Install

npm i fantasy-to-static

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • pozadi