Module Parse_bytecode.Debug

type t
type position =
  1. | Before
  2. | After
val create : include_cmis:bool -> bool -> t
val find_loc : t -> position:position -> Code.Addr.t -> Parse_info.t option
val is_empty : t -> bool
val paths : t -> units:Stdlib.StringSet.t -> Stdlib.StringSet.t