neotype.eval

package neotype.eval

Members list

Type members

Classlikes

case class BinOpMatch(name: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BinOpMatch

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
BinOpMatch.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait Eval[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Apply0[A, B]
class Apply1[A, B, C]
class Apply2[A, B, C, D]
class Apply3[A, B, C, D, E]
class EvalApply[A]
class EvalBlock[A]
class EvalClosure1[A]
class EvalClosure2[A]
class EvalConstruct[A]
class IfThenElse[A]
class MatchExpr[A]
class ProductSelect[A]
class ProductValue
class Reference[A]
class Value[A]
Show all
object Eval

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Eval.type
enum EvalDef[A]

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum EvalError extends Throwable

Attributes

Supertypes
trait Enum
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case class EvalMatchCase[A](pattern: EvalPattern[A], guard: Option[Eval[Boolean]], eval: Eval[A])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object EvalMatchCase

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
enum EvalPattern[A]

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object EvalPattern

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object Evals

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Evals.type
object MatchOrdering

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Seal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Seal.type
object Uninlined

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Uninlined.type
object Unseal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Unseal.type