package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Specification : sig ... end
module type Task = sig ... end
val task : (module Task) option Batteries.ref
val is_error_function : Cil.varinfo -> bool
val is_special_function : Cil.varinfo -> bool
module Result : sig ... end
module type TaskResult = sig ... end