package accessor

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val return : 'a -> ('i, 'a, 'i) t
val (>>=) : ('i, 'a, 'j) t -> ('a -> ('j, 'b, 'k) t) -> ('i, 'b, 'k) t
val (>>|) : ('i, 'a, 'j) t -> ('a -> 'b) -> ('i, 'b, 'j) t
module Let_syntax : sig ... end