Skip to content

Commit

Permalink
Fix typo free.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr authored and stylewarning committed Apr 20, 2024
1 parent 216f940 commit d8e512d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/monad/free.lisp
Expand Up @@ -26,7 +26,7 @@
(define-type (Free :f :a)
"`Free :f` gives you a Monad instance for any `Functor :f`.
Refernces: [here](https://serokell.io/blog/introduction-to-free-monads) and [here](https://www.tweag.io/blog/2018-02-05-free-monads/)"
References: [here](https://serokell.io/blog/introduction-to-free-monads) and [here](https://www.tweag.io/blog/2018-02-05-free-monads/)"
(Free (:f (Free :f :a)))
(Val :a))

Expand Down

0 comments on commit d8e512d

Please sign in to comment.