ocaml-variants
OCaml 4.12.0, with support for multicore domains
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-variants
-
dynlink
-
ocamlbytecomp
-
ocamlcommon
-
ocamlmiddleend
-
ocamloptcomp
-
odoc_info
-
stdlib
-
str
-
threads
-
unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a t = unit -> 'a node
The type of delayed lists containing elements of type 'a
. Note that the concrete list node 'a node
is delayed under a closure, not a lazy
block, which means it might be recomputed every time we access it.
A fully-evaluated list node, either empty