this repo has no description
at main 9 lines 396 B view raw
1(* Stub: js_top_worker backend removed to avoid dependency *) 2type t 3val make : string -> t 4val on_message : t -> (X_protocol.response -> unit) -> unit 5val init : ?findlib_requires:string list -> ?findlib_index:string -> t -> unit 6val post : t -> X_protocol.request -> unit 7val eval : id:int -> line_number:int -> t -> string -> unit 8val fmt : id:int -> t -> string -> unit 9val reset : t -> unit