Module Gillian.General
module Call_stack : sig ... endImplementation of GIL call stacks
module Val : sig ... endInterface for GIL Values
module Subst : sig ... endInterface for GIL Substitutions. GIL substitutions are mappings from GIL Variables to GIL Values. GIL substitutions are mutable.
module ESubst : sig ... endInterface for GIL Extended Substitutions (e-substitutions)
module Store : sig ... endInterface for GIL Stores
module State : sig ... endInterface for GIL General States.
module External : sig ... endInterface for executing external functions
module G_interpreter : sig ... endThe GIL interpreter
module Exec_err : sig ... endmodule Init_data : sig ... endmodule Recovery_tactic = Engine.General.Recovery_tactic