Goblint_lib.SimplifiedAnalysistype ('g, 'c, 'v) man = {ask : 'a. 'a Queries.t -> 'a Queries.result;edge : MyCFG.edge;orig_node : MyCFG.node;dest_node : MyCFG.node;context : 'c;global : 'v -> 'g;sideg : 'v -> 'g -> unit;}Man(ager) is passed to transfer functions and allows accessing the context, read values from globals, side-effect values to globals, and query information from other analyses
val ask_of_man : ('a, 'b, 'c) man -> Queries.askConvert man to Queries.ask.
module type UnknownSet = Printable.Smodule type SimplifiedSpec = sig ... end