package mopsa

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

Generic functor to lift any type to an ID_TYPE module. Uses the polymorphic comparison, equality, and hashing.

Parameters

module T : sig ... end

Signature

type t = T.t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
OCaml

Innovation. Community. Security.