ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
Describe the bug Currently it is only possible to declare a lambda function with a template based argument if using var attribute
To Reproduce
Expected behavior The code above must be compiled without an error