sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module C : Conduit_mirage.S
module Reader : Resp.READER with type ic = buffer
module Writer : Resp.WRITER with type oc = C.Flow.flow
module Backend
(Data : Resp_server.DATA) :
Resp_server.SERVER
with type oc = C.Flow.flow
and type ic = buffer
and type data = Data.data
and type Client.t = Data.Client.t
module Server : sig ... end
module Client :
Resp_client.S
with type params = C.t * Conduit_mirage.client
and type t = Reader.ic * Writer.oc