Skip to content

Commit 8f3b7ee

Browse files
committed
fix headings
1 parent ad1c957 commit 8f3b7ee

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

copy/entries/five-point-haskell-3.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -204,30 +204,30 @@ Well:
204204
The Real Worlds
205205
---------------
206206

207-
## IO
207+
### IO
208208

209-
## ST
209+
### ST
210210

211-
## STM
211+
### STM
212212

213-
## Scoped Environments
213+
### Scoped Environments
214214

215215
The Simulated Worlds
216216
--------------------
217217

218-
## Pure Short Circuiting
218+
### Pure Short Circuiting
219219

220-
## Reader
220+
### Reader
221221

222-
## State
222+
### State
223223

224224
The Bespoke World
225225
-----------------
226226

227-
## Free
227+
### Free
228228

229-
## Tagless Final
229+
### Tagless Final
230230

231-
## Extensible Effects
231+
### Extensible Effects
232232

233-
## Wait, did I just write a Monad Tutorial?
233+
### Wait, did I just write a Monad Tutorial?

0 commit comments

Comments
 (0)