Skip to content

Commit e45996b

Browse files
committed
Mention that the book is LHS, and that's why there are module headers sometimes
1 parent 2489748 commit e45996b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Physics/src/Introduction/About.lhs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ The book is aimed at you who have some knowledge of
3737
[Haskell](https://www.haskell.org/). If you know what a `class` and an
3838
`instance` is, you're probably good to go! Even if you don't we're
3939
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

Comments
 (0)