Function.Cts2Cts, Function.Derivative, Function.Integral, Function.Native, Function.Native2, Function.Native3
Value.Atomic, Value.Bool, Value.Char, Value.Chars, Value.Cts, Value.Defer, Value.Discrete, Value.Enum, Value.Inc_Or, Value.Int, Value.Lambda, Value.List, Value.Maybe, Value.Option, Value.Real, Value.Scannable, Value.Structured, Value.Triv, Value.Tuple
Modifier and Type | Field and Description |
---|---|
Expression.LambdaExp |
code |
Environment |
r |
Constructor and Description |
---|
Lambda(Expression.LambdaExp code,
Environment r) |
Modifier and Type | Method and Description |
---|---|
Value |
apply(Value aparam)
Calls
code.body. , where
r' binds the formal parameter to the actual parameter.Also see Expression.eval(la.la.Environment) on tail recursion. |
public final Expression.LambdaExp code
public final Environment r
public Lambda(Expression.LambdaExp code, Environment r)