package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val return : 'a -> 'a Api_call.t
val (<*>) : ('a -> 'b) Api_call.t -> 'a Api_call.t -> 'b Api_call.t

same as apply

val (<*) : 'a Api_call.t -> unit Api_call.t -> 'a Api_call.t
val (*>) : unit Api_call.t -> 'a Api_call.t -> 'a Api_call.t
val (>>|) : 'a Api_call.t -> ('a -> 'b) -> 'b Api_call.t
module Let_syntax : sig ... end