Haskell glossary

Term

Meaning

Source

Term

Meaning

Source

literate haskell scipt

file ending with suffix .lhs
- lines of code start with a > sign
- other lines are comments

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

 

 

 

 

Sources