package accessor

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

Module Applicative_without_return.MakeSource

Parameters

module B : Basic

Signature

val apply : ('a -> 'b) B.t -> 'a B.t -> 'b B.t
val map : 'a B.t -> f:('a -> 'b) -> 'b B.t
Sourceval map2 : 'a B.t -> 'b B.t -> f:('a -> 'b -> 'c) -> 'c B.t
Sourceval map3 : 'a B.t -> 'b B.t -> 'c B.t -> f:('a -> 'b -> 'c -> 'f) -> 'f B.t
Sourceval both : 'a B.t -> 'b B.t -> ('a * 'b) B.t
Sourcemodule Applicative_infix : sig ... end
include module type of Applicative_infix
Sourceval (<*>) : ('a -> 'b) B.t -> 'a B.t -> 'b B.t
Sourceval (>>|) : 'a B.t -> ('a -> 'b) -> 'b B.t
Sourcemodule Let_syntax : sig ... end