package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

module FileH : sig ... end
module LocM : sig ... end
module ES : sig ... end
val create : unit -> 'a FileH.t
val add : t -> GoblintCil.Cil.location -> E.t -> unit
val find_opt : t -> GoblintCil.Cil.location -> ES.t option