Parse_bytecode.Debug
type t
type position =
| Before
| 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