anchpop / wise_mans_haskell

Free book for learning Haskell
https://andre.tips/wmh/
48 stars 5 forks source link

Illegal indentation on chapter "recursion practice" #11

Closed stz-seongheon closed 5 years ago

stz-seongheon commented 5 years ago

All the first lines are indented in this chapter !indent() need to be removed, I guess.

Link

anchpop commented 5 years ago

should be fixed. The issue was the spaces before !indent(). Thanks!