package hxd

  1. Overview
  2. Docs

Module Hxd.SSource

Sourcetype ('a, 's) io
Sourcetype 's scheduler = {
  1. bind : 'a 'b. ('a, 's) io -> ('a -> ('b, 's) io) -> ('b, 's) io;
  2. return : 'a. 'a -> ('a, 's) io;
}
Sourcetype ('f, 's, 'e) seek = {
  1. lseek : 'f -> int -> [ `SET | `CUR | `END ] -> ((int, 'e) result, 's) io;
}
Sourcemodule type X = sig ... end
Sourcemodule type FUNCTOR = sig ... end
Sourcemodule Make (T : FUNCTOR) : X with type 'a s = 'a T.t
Sourcemodule type IFLOW = sig ... end
Sourcemodule type OFLOW = sig ... end
Sourcetype ('f, 'b, 's, 'e) iflow = (module IFLOW with type buffer = 'b and type error = 'e and type flow = 'f and type scheduler = 's)
Sourcetype ('f, 'b, 's, 'e) oflow = (module OFLOW with type buffer = 'b and type error = 'e and type flow = 'f and type scheduler = 's)
OCaml

Innovation. Community. Security.