ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | >> Syntax << | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
Name | let expressions |
---|---|
Description | a nested, lexically-scoped, mutually-recursive list of declarations (let is often called letrec in other languages). The scope of the declarations is the expression and the right hand side of the declarations. |
Related: | |
Bibliography: | Lexical Scoping and Nested Forms [ A Gentle Introduction to Haskell ] |