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
enum Eval[A]

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
case Apply0[A, B]
case Apply1[A, B, C]
case Apply2[A, B, C, D]
case EvalApply[A]
case EvalBlock[A]
case Reference[A]
case MatchExpr[A]
case IfThenElse[A]
case EvalClosure[A]
Show all
object Eval

Attributes

Companion
enum
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 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