Module Vcaml_test_helpers.Test_uiSource

Sourcetype t
Sourceval attach : ?width:int -> ?height:int -> Core.Source_code_position.t -> [ `connected ] Vcaml.Client.t -> t Async.Deferred.Or_error.t
Sourceval 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