Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The theory of effects.
val perform : 'a Effect.sort -> 'a eff
perform s
performs a generic effect of sort s
.
repeat c data
repeats data effects until the condition c
holds.