package goblint

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

Printables and domains for some common types.

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 = CilType.Fieldinfo
OCaml

Innovation. Community. Security.