All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dc10.scala.Error.scala Maven / Gradle / Ivy

package dc10.scala

type ErrorF[A] = Either[List[Error], A]

case class Error(msg: String)
// sealed trait Error
// case class IdentifierStatementExpected(butFound: Statement) extends Error
// case class IdentifierSymbolExpected(butFound: Symbol) extends Error
// case class TooManyExtensionArguments() extends Error





© 2015 - 2025 Weber Informatics LLC | Privacy Policy