results

object results

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

class Object
trait Matchable
class Any

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)
def result[A]: Result[A]
extension (xs: Errors)
def errors[A]: Result[A]