Module Typerep_lib.Type_equal

type ('a, 'b) t = ('a'bBase.Type_equal.t =
| T : ('a'at

runtime witnes of type equality this is a reduced version of Core.Type_equal.

type ('a, 'b) equal = ('a'bt
val conv : ('a'bt ‑> 'a ‑> 'b

type-safe conversion between equal types

val refl : ('a'at

type equality is reflexive

module Lift : functor (X : sig ... end) -> sig ... end

needed in some cases even though t is exported and is a gadt