Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Reader.S
SourceSignatures of read effects.
include Param
val read : unit -> env
Read the environment.
scope f t
runs the thunk t
under the new environment that is the result of applying f
to the current environment.
val run : env:env -> (unit -> 'a) -> 'a
run t
runs the thunk t
which may perform reading effects.