package typerep

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = ('a, 'b) Base.Type_equal.t =
  1. | T : ('a, 'a) t

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

type ('a, 'b) equal = ('a, 'b) t
val conv : ('a, 'b) t -> 'a -> 'b

type-safe conversion between equal types

val refl : ('a, 'a) t

type equality is reflexive

module Lift (X : sig ... end) : sig ... end

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