Skip to content

Commit 52687d1

Browse files
keldengaryb
authored andcommitted
Fix typos (#70)
* fix typo * Fixed Typo
1 parent a44c373 commit 52687d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Free monad, Cofree comonad, Yoneda and Coyoneda functors, and the Trampoline mon
88
The Free monad implementation is represented using a sequential data structure.
99

1010
See the following reference for further information.
11-
* [Relection without Remorse](http://okmij.org/ftp/Haskell/zseq.pdf) (Ploeg and Kiselyov 2014)
11+
* [Reflection without Remorse](http://okmij.org/ftp/Haskell/zseq.pdf) (Ploeg and Kiselyov 2014)
1212

1313
## Installation
1414

src/Control/Monad/Free.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import Unsafe.Coerce (unsafeCoerce)
2929

3030
-- | The free monad for a type constructor `f`.
3131
-- |
32-
-- | Implemented in the spirit of [Relection without Remorse](http://okmij.org/ftp/Haskell/zseq.pdf),
32+
-- | Implemented in the spirit of [Reflection without Remorse](http://okmij.org/ftp/Haskell/zseq.pdf),
3333
-- | the free monad is represented using a sequential data structure in
3434
-- | order to overcome the quadratic complexity of left-associated binds
3535
-- | and traversal through the free monad structure.

0 commit comments

Comments
 (0)