aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2018-02-18-peculiar-indentation.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2018-02-18-peculiar-indentation.md')
-rw-r--r--_posts/2018-02-18-peculiar-indentation.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/_posts/2018-02-18-peculiar-indentation.md b/_posts/2018-02-18-peculiar-indentation.md
index 9edebf9..c477382 100644
--- a/_posts/2018-02-18-peculiar-indentation.md
+++ b/_posts/2018-02-18-peculiar-indentation.md
@@ -1,8 +1,5 @@
---
title: Peculiar Haskell indentation
-excerpt: >
- An explanation for nasty `parse error`s I used to get for nested `do`
- blocks.
category: Haskell
---
I've fallen into a Haskell indentation pitfall.