package repr

  1. Overview
  2. Docs

Module Repr.WitnessSource

Sourcetype (_, _) eq =
  1. | Refl : ('a, 'a) eq
Sourcetype 'a t
Sourceval make : unit -> 'a t
Sourceval eq : 'a t -> 'b t -> ('a, 'b) eq option
Sourceval eq_exn : 'a t -> 'b t -> ('a, 'b) eq
Sourceval cast : 'a t -> 'b t -> 'a -> 'b option
Sourceval cast_exn : 'a t -> 'b t -> 'a -> 'b
OCaml

Innovation. Community. Security.