package base
Full standard library replacement for OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
v0.14.2.tar.gz
sha256=f1c8db682e996a92382ff932c702bc33a18b67280b7a290c7fb066bcc05fbf24
md5=0d1a2d0322b8c446e5dda20290112e5c
doc/src/base.md5/md5_lib.ml.html
Source file md5_lib.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
type t = string (* Share the digest of the empty string *) let empty = Digest.string "" let make s = if s = empty then empty else s let compare = compare let length = 16 let to_binary s = s let of_binary_exn s = assert (String.length s = length); make s let unsafe_of_binary = make let to_hex = Digest.to_hex let of_hex_exn s = make (Digest.from_hex s) let string s = make (Digest.string s) let bytes s = make (Digest.bytes s) let subbytes bytes ~pos ~len = make (Digest.subbytes bytes pos len)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>