Goblint_lib.SvcompSV-COMP tasks and results.
module Specification = SvcompSpecmodule type Task = sig ... endval is_error_function' : GoblintCil.varinfo -> Specification.t list -> boolval is_error_function : GoblintCil.varinfo -> boolval is_special_function : GoblintCil.varinfo -> boolmodule Result : sig ... endmodule type TaskResult = sig ... endmodule StackTaskResult
(TaskResult : TaskResult with module Arg.Edge = MyARG.InlineEdge) :
sig ... end