package goblint

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

Boolean domains.

module Bool : sig ... end
module MayBool : Lattice.S with type t = bool
module MustBool : Lattice.S with type t = bool
module FlatBool : Lattice.S with type t = [ `Bot | `Lifted of bool | `Top ]
OCaml

Innovation. Community. Security.