module T: sig
.. end
Relocatable term
type
t
val pretty : Format.formatter -> t -> unit
val create : S.t Wp.CfgCompiler.Cfg.Node.Map.t -> Wp.Lang.F.term -> t
Bundle a term with the sigma sequence that created it.
val get : t -> Wp.Lang.F.term
val reads : t -> S.domain Wp.CfgCompiler.Cfg.Node.Map.t
val relocate : S.t Wp.CfgCompiler.Cfg.Node.Map.t ->
t -> t
val init : Wp.CfgCompiler.Cfg.Node.Set.t ->
(S.t Wp.CfgCompiler.Cfg.Node.Map.t -> Wp.Lang.F.term) ->
t
val init' : Wp.CfgCompiler.Cfg.Node.t ->
(S.t -> Wp.Lang.F.term) -> t