package ocamlgraph

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

Module Util.HTProductSource

Cartesian product of two hashable types.

Parameters

module X : Sig.HASHABLE
module Y : Sig.HASHABLE

Signature

Sourcetype t = X.t * Y.t
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.