results

object results

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

class Object
trait Matchable
class Any
results.type

Type members

Types

Type alias for List[Diagnostic]

Type alias for List[Diagnostic]

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

Extensions

Extensions

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