package preface

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Via_map_and_duplicate.Syntax

type 'a t = 'a t

The type held by the Comonad.

val (let@) : 'a t -> ('a t -> 'b) -> 'b t

Syntactic shortcuts for version of CORE.extend:

let@ x = e in f is equals to extend f e.

val (let+) : 'a t -> ('a -> 'b) -> 'b t

Syntactic shortcuts for version of CORE.map

OCaml

Innovation. Community. Security.