Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Fiber.VarSourceVariables local to a fiber
set var value fiber sets var to value during the execution of fiber.
For instance, the following fiber always evaluate to true:
set v x (get_exn v >>| fun y -> x = y)