Data.Fragmentmodule Id : sig ... endval is_empty : t -> boolval is_singleton : t -> boolval first : t -> orient:Orientation.t -> Location.tval backtrace : t -> Backtrace.tval backtrace_rev : t -> Backtrace.Reversed.tval retract : t -> orient:Orientation.t -> t optionval retract_by : t -> orient:Orientation.t -> n:int -> t optionval one_frame_extensions :
t ->
orient:Orientation.t ->
(Location.t, t) Core.List.Assoc.tval has_extensions : t -> orient:Orientation.t -> boolval extend : t -> orient:Orientation.t -> Location.t -> t optionval extend_by_callers : t -> Backtrace.Reversed.t -> t optionval extend_by_callees : t -> Backtrace.t -> t optionval is_extension : t -> extension:t -> orient:Orientation.t -> boolval length : t -> intmodule Debug : sig ... endmodule Oriented : sig ... endval oriented : t -> orient:Orientation.t -> Oriented.tmodule Iterator : sig ... endval iterator_start : t -> Iterator.t optionval iterator_end : t -> Iterator.t optionval is_trivial : t -> bool