File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,11 @@ The book is aimed at you who have some knowledge of
3939sure you could pick it up as we go. We believe in you!
4040
4141If you wonder about the weird code blocks at the start of many
42- chapters, they are there to declare the chapters as Haskell
42+ chapters,
43+
44+ > module Introduction.About where
45+
46+ they are there to declare the chapters as Haskell
4347modules. All chapters are written in *Literate Haskell*, and can be
4448used with GHC/GHCi directly as source code. Therefore, you may choose
4549to read each chapter as documented source code, rather than text with
Original file line number Diff line number Diff line change 1-
2-
3-
1+ > module Introduction.GettingStarted where
42
53What you need to dive in
64======================================================================
Original file line number Diff line number Diff line change 1+ > module Introduction.WhatIsADsl where
2+
13So what's a DSL?
24======================================================================
35
You can’t perform that action at this time.
0 commit comments