package accessor

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of Applicative_infix
val (<*>) : ('a -> 'b) B.t -> 'a B.t -> 'b B.t
val (>>|) : 'a B.t -> ('a -> 'b) -> 'b B.t
module Let_syntax : sig ... end