klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Top-level declarations #24

Open klequis opened 2 years ago

klequis commented 2 years ago

Top-level declarations are not nested within anything else, and they are in scope throughout the whole module. There placement from top to bottom doesn't matter.