package mopsa

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

Generators of identifiers for domains and values

type _ id = ..

Identifiers

type witness = {
  1. eq : 'a 'b. 'a id -> 'b id -> ('a, 'b) Mopsa_utils.Eq.eq option;
}
type witness_chain = {
  1. eq : 'a 'b. witness -> 'a id -> 'b id -> ('a, 'b) Mopsa_utils.Eq.eq option;
}

Equality witness of an identifier

val register_id : witness_chain -> unit

Register a new descriptor

val equal_id : 'a id -> 'b id -> ('a, 'b) Mopsa_utils.Eq.eq option

Equality witness of identifiers

module GenDomainId (Spec : sig ... end) : sig ... end

Generator of a new domain identifier

module GenStatelessDomainId (Spec : sig ... end) : sig ... end

Generator of a new identifier for stateless domains

module GenValueId (Spec : sig ... end) : sig ... end

Generator of a new value identifier

OCaml

Innovation. Community. Security.