Module InferModules__AnalyzerTester

module F = Format

utilities for writing abstract domains/transfer function tests

module StructuredSil : sig ... end

structured language that makes it easy to write small test programs in OCaml

module Make : functor (CFG : InferModules.ProcCfg.S with type Node.t = InferIR.Procdesc.Node.t) -> functor (T : InferModules.TransferFunctions.MakeSIL) -> sig ... end