1.0.0 • Published 8 years ago

fantasy-to-static v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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...

1.0.0

8 years ago