Represents a let expression. Please note that this is syntactically diffrent from the let module instantation and the let list comprehension.
The names of the assigned variables in this let expression.
The inner expression which will use the expression.
Represents a let expression. Please note that this is syntactically diffrent from the let module instantation and the let list comprehension.