package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val return : 'a -> 'a Api_call.t
val map : 'a Api_call.t -> f:('a -> 'b) -> 'b Api_call.t
val both : 'a Api_call.t -> 'b Api_call.t -> ('a * 'b) Api_call.t
module Open_on_rhs : Open_on_rhs_intf.S