package colibri2

  1. Overview
  2. Docs

Key with arity 1

module type S = sig ... end
module type Lattice = sig ... end
module Make (L : Lattice) : sig ... end
val register : (module S) -> unit
module Lattice (L : Lattice) : sig ... end

Lattice(L) register a domain as a lattice. It returns useful function for setting and updating the domain

OCaml

Innovation. Community. Security.