package goblint

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

Module BoolDomainSource

Boolean domains.

Sourcemodule type Names = sig ... end
Sourcemodule MakeBool (Names : Names) : sig ... end
Sourcemodule Bool : sig ... end
Sourcemodule MakeMayBool (Names : Names) : Lattice.S with type t = bool
Sourcemodule MayBool : Lattice.S with type t = bool
Sourcemodule MustBool : Lattice.S with type t = bool
Sourcemodule FlatBool : Lattice.S with type t = [ `Bot | `Lifted of bool | `Top ]
OCaml

Innovation. Community. Security.