New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

akh

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akh

Monad and Monad Transformer Collection

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Akh

Javascript Monad and Monad Transformer Collection

Overview

Fantasy Land logo

Collection of simple monad and monad transformers that implement Fantasy Land's interfaces.

Library

Monad Transformers

  • StateT - akh::trans::state - State transformer. (Monad, Monoid, Functor)
  • ListT - akh::trans::list - List transformer. (Monad, Monoid, Functor)
  • ContT - akh::trans::cont - Continuation transformer. (Monad, Functor)
  • DContT - akh::trans::dcont - Delimited continuation transformer. (Monad, Functor)

Monads

  • Identity - akh::identity - Identity computation. (Monad, Functor)
  • State - akh::state - Stateful computation. (Monad, Functor)
  • List - akh::list - List computation. (Monad, Monoid, Functor)
  • Cont - akh::cont - Continuation computation. (Monad, Functor)
  • DCont - akh::dcont - Delimited continuation computation. (Monad, Functor)

Keywords

FAQs

Package last updated on 20 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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