Bindoj_runtime.ReflectsThis module provides functions to create reflects.
Create a new reflect of alias declaration.
val unit_reflect : unit Refl.tA reflect of alias declaration of type unit.
val bool_reflect : bool Refl.tA reflect of alias declaration of type bool.
val int_reflect : int Refl.tA reflect of alias declaration of type int.
val int53p_reflect : Kxclib.int53p Refl.tA reflect of alias declaration of type int53p.
val float_reflect : float Refl.tA reflect of alias declaration of type float.
val string_reflect : string Refl.tA reflect of alias declaration of type string.
val uchar_reflect : Stdlib.Uchar.t Refl.tA reflect of alias declaration of type Uchar.t.
val byte_reflect : char Refl.tA reflect of alias declaration of type char.
val bytes_reflect : bytes Refl.tA reflect of alias declaration of type bytes.