Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions posts/interviews-with-floss-developers-joey-hess.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ outright, but more, it makes you start noticing this kind of pervasive issue,
and it provides ways to completely eliminate a class of problems from your
code.

For example <http://joeyh.name/blog/entry/making_propellor_safer_with_GADTs_an
d_type_families/>. The class of bugs I avoided there had never affected my
For example <http://joeyh.name/blog/entry/making_propellor_safer_with_GADTs_and_type_families/>. The class of bugs I avoided there had never affected my
code even once, but it was still worth preventing that whole class of bugs, so
I don't have to worry about them ever again.

Expand Down