Local bindings

Issue #2 resolved
Eduardo Asafe created an issue

What about local definitions ?

{{{ #!haskell

let a b c= x b c where x a b = a + b }}} (Or even with let )

It is very clumsy to define a top level function for each step in a function

Comments (1)

  1. Log in to comment