package containers

  1. Overview
  2. Docs
A modular, clean and powerful extension of the OCaml standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v3.1.tar.gz
md5=18f35ec3794803f5a4f95254f313c764
sha512=090e33705ffb0f77f71f881f78b51d909778bf41afad32339acac21ddbd5f6947b4ebff754148331f9263a544a6000d7f7412d5758e1835fbe84490240b671de

doc/containers/CCShimsMkLet_/module-type-S/index.html

Module type CCShimsMkLet_.SSource

glue code for let-operators on OCaml >= 4.08 (auto generated)

Sourcetype 'a t_let
Sourceval (let+) : 'a t_let -> ('a -> 'b) -> 'b t_let
Sourceval (and+) : 'a t_let -> 'b t_let -> ('a * 'b) t_let
Sourceval (let*) : 'a t_let -> ('a -> 'b t_let) -> 'b t_let
Sourceval (and*) : 'a t_let -> 'b t_let -> ('a * 'b) t_let
OCaml

Innovation. Community. Security.