NonDet

turbolift.effects.NonDet
sealed trait 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 Object
trait Matchable
class Any
Known subtypes
trait IO
In this article