package calculon

  1. Overview
  2. Docs
Library for writing IRC bots in OCaml and a collection of plugins

Install

Dune Dependency

Authors

Maintainers

Sources

v0.8.tar.gz
md5=4d34a4d99816effb06954ea283be0e5b
sha512=b9ec29bc0fc40774075b528524bd191b4dde013465805499b6f49b9dd070b404b34364c77ef994f0bc01c9213f1f7c0a4aa749f84f8de55de810088499b29cfc

doc/calculon.common/Calculon_common/Option/Infix/index.html

Module Option.InfixSource

Sourceval (let+) : 'a option -> ('a -> 'b) -> 'b option
Sourceval (let*) : 'a option -> ('a -> 'b option) -> 'b option
Sourceval (>|=) : 'a option -> ('a -> 'b) -> 'b option
Sourceval (>>=) : 'a option -> ('a -> 'b option) -> 'b option
Sourceval (and+) : 'a t -> 'b t -> ('a * 'b) t
OCaml

Innovation. Community. Security.