package hxd
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Hexdump in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
hxd-0.4.0.tbz
sha256=10030b7226a17504471809ad5afc0c200721264c5c6dd3d595d248040a718058
sha512=7cc6911729d6b030d10b25a6222649bf1275dc18efcaefd170138addf744c790f786ff2772aaae65071b112a00ed6bd51d0c3667d49a185f0399739b5e8cb693
doc/src/hxd.core/s.ml.html
Source file s.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39type ('a, 's) io type 's scheduler = { bind: 'a 'b. ('a, 's) io -> ('a -> ('b, 's) io) -> ('b, 's) io ; return: 'a. 'a -> ('a, 's) io } type ('f, 's, 'e) seek = { lseek: 'f -> int -> [ `SET | `CUR | `END ] -> ((int, 'e) result, 's) io } module type X = sig type 'a s type t external inj : 'a s -> ('a, t) io = "%identity" external prj : ('a, t) io -> 'a s = "%identity" end module Common = struct type t external inj : 'a -> 'b = "%identity" external prj : 'a -> 'b = "%identity" end module type FUNCTOR = sig type 'a t end module Make (T : FUNCTOR) = struct type 'a s = 'a T.t include Common end type ('f, 'b, 's, 'e) input = 'f -> 'b -> off:int -> len:int -> ((int, 'e) result, 's) io type ('f, 'b, 's, 'e) output = 'f -> 'b -> off:int -> len:int -> ((int, 'e) result, 's) io
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>