Pulselib.PulsePathContext
module F = Stdlib.Format
type timestamp
= private int
val compare_timestamp : timestamp -> timestamp -> int
val t0 : timestamp
type t
=
{
timestamp : timestamp;
step number
}
val leq : lhs:t -> rhs:t -> bool
val initial : t
val post_exec_instr : t -> t
call this after each step of the symbolic execution to update the path information
val pp : F.formatter -> t -> unit