package re
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
RE is a regular expression library for OCaml
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (20)
Authors
Maintainers
Sources
1.14.0.tar.gz
md5=03f4a83100cb9229a796b85c698076e1
sha512=cd2cc39f951ca6b7be631bbb5531ed13bc040e629842671bf6fef3911b20ef1653fa9a1f0aa23b094d252cffc9a9efe7ffca69e50d362ab935bc0cc447548124
doc/src/re/pmark.ml.html
Source file pmark.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24module Pmark = struct type t = int let equal (x : int) (y : int) = x = y let compare (x : int) (y : int) = compare x y let r = Atomic.make 1 let gen () = Atomic.fetch_and_add r 1 let pp = Format.pp_print_int end include Pmark module Set = struct module Set = Set.Make (Pmark) let[@warning "-32"] to_list x = let open Set in to_seq x |> List.of_seq ;; include Set end let to_dyn = Dyn.int
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>