package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.14.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.14.1.tar.gz
sha256=776006e6f0b9bcfb6d9d74381c588e587432ca85562fde93bb80472a5145b028

doc/stdlib/CamlinternalLazy/index.html

Module CamlinternalLazySource

Run-time support for lazy values. All functions in this module are for system use only, not for the casual user.

Sourceexception Undefined
Sourcetype 'a t = 'a lazy_t
Sourceval force_lazy_block : 'a lazy_t -> 'a
Sourceval force_val_lazy_block : 'a lazy_t -> 'a
Sourceval force : 'a lazy_t -> 'a
Sourceval force_val : 'a lazy_t -> 'a
OCaml

Innovation. Community. Security.