CompileError

io.eleven19.krueger.compiler.CompileError
See theCompileError companion trait
object CompileError

Attributes

Companion
trait
Source
CompileError.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class InternalError(message: String) extends CompileError

Unexpected internal failure (bug in the compiler surface).

Unexpected internal failure (bug in the compiler surface).

Attributes

Source
CompileError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CompileError
class Object
trait Matchable
class Any
Show all
final case class ParseError(phase: String, message: String, span: Option[Span] = ...) extends CompileError

Failure while parsing Elm source into a CST or AST.

Failure while parsing Elm source into a CST or AST.

Attributes

Source
CompileError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CompileError
class Object
trait Matchable
class Any
Show all
final case class QueryError(message: String, span: Option[Span] = ...) extends CompileError

Failure while parsing or evaluating a query.

Failure while parsing or evaluating a query.

Attributes

Source
CompileError.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CompileError
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens

Givens

Attributes

Source
CompileError.scala