Haskell glossary
Term | Meaning | Source |
---|---|---|
literate haskell scipt | file ending with suffix .lhs | p 8 - TFH |
!! | list-indexing operation | p 9 - TFH |
guarded equations |
| p 9 - TFH |
where clause | introduces local definition whose context or scope is the RHS of parent definition | p 11 - TFH |
 |  |  |
Â