SpecLifters.WidenContextLifterSidemodule S : Analyses.Specmodule DD : sig ... endmodule M : sig ... endmodule D : sig ... endmodule G = S.Gmodule C = S.Cmodule V = S.Vmodule P : sig ... endtype marshal = S.marshalval init : S.marshal option -> unitval finalize : unit -> S.marshalval inj : ('a -> 'b) -> 'a -> 'b * M.tval startcontext : unit -> S.C.tval conv : ('a * 'b, 'c, 'd, 'e) Analyses.man -> ('a, 'c, 'd, 'e) Analyses.manval lift_fun :
('a * 'b, 'c, 'd, 'e) Analyses.man ->
(('a, 'c, 'd, 'e) Analyses.man -> 'f) ->
('f -> 'g) ->
'g * 'bval sync :
(S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.man ->
[ `Join | `JoinCall of CilType.Fundec.t | `Normal | `Return ] ->
S.D.t * 'aval query :
(S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.man ->
'b Queries.t ->
'b Queries.resultval combine_env :
(S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.man ->
GoblintCil.lval option ->
GoblintCil.exp ->
GoblintCil.fundec ->
GoblintCil.exp list ->
S.C.t option ->
(S.D.t * 'b) ->
Queries.ask ->
S.D.t * 'aval combine_assign :
(S.D.t * 'a, S.G.t, S.C.t, S.V.t) Analyses.man ->
GoblintCil.lval option ->
GoblintCil.exp ->
GoblintCil.fundec ->
GoblintCil.exp list ->
S.C.t option ->
(S.D.t * 'b) ->
Queries.ask ->
S.D.t * 'a