package prelude
OCaml library hiding stuff from the stdlib
Install
Dune Dependency
Authors
Maintainers
Sources
0.5.tar.gz
sha256=45545583bd11fe423e55a081815c613f1772ee64213abbe72634b228fb85e696
sha512=c63df230cfb6b928e9e766e2b621d1d9b5c6bc51e788967f45ab2c6529352befc1359bb55c1c33aa2b6e18b28ac563ab45b23e9742fbbda5b7544f9e26926f03
Description
Prelude is an OCaml library hiding a lot of stuff from the stdlib to enforce good programming practices.
README
prelude
prelude is an OCaml library hiding some parts of the stdlib.
Installation
prelude
can be installed with opam:
opam install prelude
If you don't have opam
, you can install it following the how to install opam guide.
If you can't or don't want to use opam
, consult the opam file for build instructions.
Quickstart
To add it to your library or executable, you simply need to depend on prelude
, you can also pass a flag to the compiler to open it automatically:
(library
(name my_amazing_library)
(modules foo bar)
(flags
(:standard -open Prelude))
(libraries prelude))
Prelude is re-exporting some dependencies such as fmt
or bos
, you should not need to explicitly add them to the libraries
field or your dune file.
About
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page