Up
–
infer
»
Absint__AbstractInterpreter
» State
Module
Absint__AbstractInterpreter.State
type
'a t
=
{
pre :
'a
;
post :
'a
;
visit_count :
VisitCount.t
;
}