caqti.template
Shims.Type
caqti
caqti.blocking
caqti.platform
caqti.platform.unix
caqti.plugin
type (_, _) eq =
| Equal : ('a, 'a) eq
Type equality witness. This will eventually be replaced by the equavalent definition available in Stdlib.Type since OCaml 5.1, but for now, we must keep backwards compatibility with older compilers.
Stdlib.Type