Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Reader.SSourceSignatures of read effects.
include Paramval read : unit -> envRead 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) -> 'arun t runs the thunk t which may perform reading effects.