NonDet
turbolift.effects.NonDet
Effect that indicates lack of guarantee of determinism.
Running computation that requests NonDet
effect, may produce different results each time.
This is a psedo-effect. It functions as a type-level label only. It cannot be interpreted by the user.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait IO
In this article