Aslp_common.Common
type dis_error = {
opcode : string;
error : string;
}
type opcode_sem = (string list, dis_error) Stdlib.result
val let* : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
module Rpc : sig ... end