package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module GU = Goblintutil

Location with special alphanumeric output for extraction.

module Variables : sig ... end
module RawStrings : Printable.S with type t = string
module Strings : Lattice.S with type t = [ `Bot | `Lifted of string | `Top ]
module RawBools : Printable.S with type t = bool
module Bools : Lattice.S with type t = [ `Bot | `Lifted of bool | `Top ]
module CilExp : sig ... end
module CilStmt : Printable.S with type t = GoblintCil.stmt
module CilField : sig ... end