Module CfgCompiler.Cfg.T

module T: sig .. end

Relocatable term


type t 
val pretty : Stdlib.Format.formatter -> t -> unit
val create : S.t CfgCompiler.Cfg.Node.Map.t -> Lang.F.term -> t

Bundle a term with the sigma sequence that created it.

Bundle an equation with the sigma sequence that created it.

val get : t -> Lang.F.term
val reads : t -> S.domain CfgCompiler.Cfg.Node.Map.t
val relocate : S.t CfgCompiler.Cfg.Node.Map.t -> t -> t
val init : CfgCompiler.Cfg.Node.Set.t ->
(S.t CfgCompiler.Cfg.Node.Map.t -> Lang.F.term) -> t
val init' : CfgCompiler.Cfg.Node.t -> (S.t -> Lang.F.term) -> t