FunctionValue
amyc.interpreter.FunctionValue
case class FunctionValue(args: List[Symbol], body: Expr) extends Value
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Valueclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Value
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article