package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

hxd-v0.2.0.tbz
sha256=3438fc2308d2d2161ba5c9463e7b4510683f361c4e7f0818e889315400ceced3
sha512=6df3e07c202792f0c029eabf4f48b1036feb61bcd26262741d2b1a8f22d457d60d0c05782b7fcf4ec39acc8fe077c6f4661a77a7497758dd6944691ad468e37a

doc/hxd.core/Hxd/S/index.html

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.