Preface_stdlib.Continuation
Implementation for Continuation.t
.
module Functor : Preface_specs.FUNCTOR with type 'a t = 'a t
module Applicative : Preface_specs.APPLICATIVE with type 'a t = 'a t
module Monad : Preface_specs.MONAD with type 'a t = 'a t
module Invariant : Preface_specs.INVARIANT with type 'a t = 'a t
Additional functions to facilitate practical work with Continuation.t
.
val pure : 'a -> 'a t
Create a value from 'a
to 'a t
.