package ocamlgraph

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

Cartesian product of two hashable types.

Parameters

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

Signature

type t = X.t * Y.t
val hash : t -> int
val equal : t -> t -> bool