Skip to content

Commit

Permalink
Delete a broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
gromakovsky committed Oct 15, 2024
1 parent 96d17c7 commit 5ba3d98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ to replace default `Prelude` with an alternative. All we had to do is to impleme
new basic set of defaults. There already were plenty of [preludes](https://guide.aelve.com/haskell/alternative-preludes-zr69k1hc),
so we didn't plan to implement everything from scratch.
After some long, hot discussions, our team decided to base our custom prelude on
[`protolude`](https://github.com/sdiehl/protolude). If you're not familiar with it,
you can read [a tutorial about `protolude`](http://www.stephendiehl.com/posts/protolude.html).
[`protolude`](https://github.com/protolude/protolude).

The next section explains why we've made this choice and what we are willing to do.
This tutorial doesn't cover the differences from `protolude`. Instead, it explains how Universum is different from regular `Prelude`.
Expand Down

0 comments on commit 5ba3d98

Please sign in to comment.