Module Parse_bytecode.Debug

type t
type force =
  1. | Before
  2. | After
  3. | No
val create : include_cmis:bool -> bool -> t
val find_loc : t -> ?force:force -> Code.loc -> Parse_info.t option
val is_empty : t -> bool
val paths : t -> units:Stdlib.StringSet.t -> Stdlib.StringSet.t