fantasy-cofrees

0.0.2 • Public • Published

Fantasy Cofrees

The Cofree Comonad for Functors.

Examples

Non-empty list using Cofree and Option:

var nel = Cofree(
    1,
    Option.Some(
        Cofree(
            2,
            Option.None
        )
    )
);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    4
  • 0.0.1
    2

Package Sidebar

Install

npm i fantasy-cofrees

Weekly Downloads

6

Version

0.0.2

License

MIT

Last publish

Collaborators

  • puffnfresh