| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
More specifically, a lambda abstraction is a lambda expression with no free variables: each its variables is bound by some lambda. E.g.
is a concrete lambda expression, whereas
is an abstract lambda expression.
For example, λ could stand for 'for each', 'for some', or 'there is'. In this case, the expression could stand for a 'logic proposition'.