package containers
A modular, clean and powerful extension of the OCaml standard library
Install
Dune Dependency
Authors
Maintainers
Sources
containers-3.16.tbz
sha256=1e7992cb2e59c0d2290d1b6c3a31531b3f310be6170b8ef3dde17ccd876b5b79
sha512=bb124e69ad0690f88393e18eee499be07761e767593558867aab32f643466b43258ced503170b154ca3b56dbd68987abd6d9438cf473707ec9866511589a5b84
doc/src/containers.monomorphic/CCMonomorphic.ml.html
Source file CCMonomorphic.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
(* This file is free software, part of containers. See file "license" for more details. *) let ( = ) : int -> int -> bool = Stdlib.( = ) let ( <> ) : int -> int -> bool = Stdlib.( <> ) let ( < ) : int -> int -> bool = Stdlib.( < ) let ( > ) : int -> int -> bool = Stdlib.( > ) let ( <= ) : int -> int -> bool = Stdlib.( <= ) let ( >= ) : int -> int -> bool = Stdlib.( >= ) let compare : int -> int -> int = Stdlib.compare [@@@ifge 4.13] let min : int -> int -> int = Int.min let max : int -> int -> int = Int.max [@@@else_] let min : int -> int -> int = Stdlib.min let max : int -> int -> int = Stdlib.max [@@@endif] let ( =. ) : float -> float -> bool = Stdlib.( = ) let ( <>. ) : float -> float -> bool = Stdlib.( <> ) let ( <. ) : float -> float -> bool = Stdlib.( < ) let ( >. ) : float -> float -> bool = Stdlib.( > ) let ( <=. ) : float -> float -> bool = Stdlib.( <= ) let ( >=. ) : float -> float -> bool = Stdlib.( >= ) let ( == ) = `Consider_using_CCEqual_physical let ( != ) = `Consider_using_CCEqual_physical
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>