module BoTrace : sig ... end
module Set : sig ... end
include BoTrace
type elem
=
| ArrAccess of InferBase.Location.t |
| ArrDecl of InferBase.Location.t |
| Assign of InferBase.Location.t |
| Call of InferBase.Location.t |
| Return of InferBase.Location.t |
| SymAssign of InferModules.AbsLoc.Loc.t * InferBase.Location.t |
| UnknownFrom of InferIR.Typ.Procname.t * InferBase.Location.t |
val is_unknown_elem : elem ‑> bool
val has_unknown : t ‑> bool