| |||||||
| |||||||
| Description | |||||||
| Lift lambda expressions to top level definitions (Epic does not support lambdas). | |||||||
| Synopsis | |||||||
| |||||||
| Documentation | |||||||
| |||||||
| LL makes it possible to emit new functions when we encounter a lambda | |||||||
| |||||||
| lambda lift all the functions | |||||||
| |||||||
| lift a function, this is in a LL (Writer monad) | |||||||
| |||||||
| lift an expression, put all the new definitions in the writer monad | |||||||
| Produced by Haddock version 2.6.1 |