We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2489748 commit e45996bCopy full SHA for e45996b
Physics/src/Introduction/About.lhs
@@ -37,3 +37,10 @@ The book is aimed at you who have some knowledge of
37
[Haskell](https://www.haskell.org/). If you know what a `class` and an
38
`instance` is, you're probably good to go! Even if you don't we're
39
sure you could pick it up as we go. We believe in you!
40
+
41
+If you wonder about the weird code blocks at the start of many
42
+chapters, they are there to declare the chapters as Haskell
43
+modules. All chapters are written in *Literate Haskell*, and can be
44
+used with GHC/GHCi directly as source code. Therefore, you may choose
45
+to read each chapter as documented source code, rather than text with
46
+examples.
0 commit comments