[Home] Type Microsoft.FSharp.Control.LazyStatus.LazyStatus


This exception is raised when a lazy or other recursively referential value is used during the execution of its initialization code The status of a lazy computation. A future relases of F# may hid this type and thus it should not be used directly.

Full Type Signature

type LazyStatus<'a> =
  | Delayed of (unit -> 'a)
  | Value of 'a
  | Exception of Exception

See Also

Microsoft.FSharp.Control.LazyStatus


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19