Constraints.HashconsContextLifterLifts a Spec so that the context is Hashconsd.
module S : Analyses.Specmodule D = S.Dmodule G = S.Gmodule C = Printable.HConsed(S.C)module V : Analyses.SpecSysVarGlobal constraint variables.
Auxiliary data (outside of solution domains) that needs to be marshaled and unmarshaled. This includes: * hashtables, * varinfos (create_var), * RichVarinfos.
val init : marshal option -> unitInitialize using unmarshaled auxiliary data (if present).
val finalize : unit -> marshalFinalize and return auxiliary data to be marshaled.
val startstate : GoblintCil.varinfo -> D.tval exitstate : GoblintCil.varinfo -> D.tval query :
(D.t, G.t, C.t, V.t) Analyses.ctx ->
'a Queries.t ->
'a Queries.result