NonTot

turbolift.effects.NonTot
sealed trait NonTot

Effect that indicates lack of guarantee of totality.

Running computation that requests NonTot effect, may complete without producing a result.

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