package ocaml-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Second beta release of OCaml 5.4.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
5.4.0-beta2.tar.gz
sha256=b9e6e80dc0fb3a230f285ccc2757584d049c0b310521c50be6432d0fc3b440d7
doc/src/stdlib/unit.ml.html
Source file unit.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20(**************************************************************************) (* *) (* OCaml *) (* *) (* The OCaml programmers *) (* *) (* Copyright 2018 Institut National de Recherche en Informatique et *) (* en Automatique. *) (* *) (* All rights reserved. This file is distributed under the terms of *) (* the GNU Lesser General Public License version 2.1, with the *) (* special exception on linking described in the file LICENSE. *) (* *) (**************************************************************************) type t = unit = () let equal () () = true let compare () () = 0 let to_string () = "()"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>