package typerep

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

Parameters

module A : S2
module B : S2

Signature

type t = {
  1. eq : 'a 'b. (('a, 'b) A.t, ('a, 'b) B.t) Type_equal.t;
}
val witness : t