package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val eq_type : ('a1, 'a2) t -> ('b1, 'b2) t -> ('a1 * 'a2, 'b1 * 'b2) Std.Poly.iseq

If the two arguments are identical then an equality witness between the types is returned

val coerce_type : ('a1, 'a2) t -> ('b1, 'b2) t -> ('a1 * 'a2, 'b1 * 'b2) Std.Poly.eq

If the two arguments are identical then an equality witness between the types is returned otherwise the exception BadCoercion is raised

OCaml

Innovation. Community. Security.