Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jul 31, 2024
1 parent 216d314 commit ef1761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell/free_monads.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ instance (Functor e) => Monad (Free e) where
where
h x = x >>= f

-- ANCHOR_END: Monad_free
-- ANCHOR_END: Monad_Free

-- ANCHOR: ReadOp
data ReadOp r a = ReadOp (r -> a)
Expand Down

0 comments on commit ef1761a

Please sign in to comment.