package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val attach : ?width:int -> ?height:int -> Core.Source_code_position.t -> [ `connected ] Vcaml.Client.t -> t Async.Deferred.Or_error.t
val with_ui : ?width:int -> ?height:int -> Core.Source_code_position.t -> [ `connected ] Vcaml.Client.t -> (t -> 'a Async.Deferred.Or_error.t) -> 'a Async.Deferred.Or_error.t