package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.14.2

Install

Dune Dependency

Authors

Maintainers

Sources

4.14.2.tar.gz
sha256=c2d706432f93ba85bd3383fa451d74543c32a4e84a1afaf3e8ace18f7f097b43

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.