Module Caqti_miouSource

Prerequisites for establishing connections under miou.

The connection functions can be found in caqti-miou.unix.

This library considered unstable for now, and may be revised or replaced as the effect-based libraries evolve.

Sourcetype switch
Sourcemodule Stream : Caqti_stream_sig.S with type 'a fiber := 'a
Sourcemodule Switch : Caqti_switch_sig.S with type 'a fiber := 'a and type t = switch
Sourcemodule type CONNECTION = Caqti_connection_sig.S with type 'a fiber := 'a and type ('a, 'e) stream := ('a, 'e) Stream.t
Sourcetype connection = (module CONNECTION)
Sourceval or_fail : ('a, [< Caqti_error.t ]) result -> 'a