package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Relocatable term

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

Bundle a term with the sigma sequence that created it.

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