results

dotty.tools.repl.results$
object results

Contains the different data and type structures used to model results in the REPL

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
results.type

Members list

Concise view

Type members

Types

Type alias for List[Diagnostic]

Type alias for List[Diagnostic]

Attributes

type Result[+A] = Either[Errors, A]

Result is a type alias for an Either with left value Errors

Result is a type alias for an Either with left value Errors

Attributes

Extensions

Extensions

extension [A](a: A)
def result: Result[A]
extension [A](xs: Errors)
def errors: Result[A]