module BoTrace : sig ... endmodule Set : sig ... endinclude BoTracetype 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 AbsLoc.Loc.t * InferBase.Location.t |
| UnknownFrom of InferIR.Typ.Procname.t * InferBase.Location.t |
val is_unknown_elem : elem ‑> boolval has_unknown : t ‑> bool