fix typo: it's not Hackage it's Hoogle

This commit is contained in:
りき萌 2025-08-21 19:46:47 +02:00
parent 4967deb080
commit 7b5fc068ee

View file

@ -156,7 +156,7 @@ Compare this to grepping through an `.rs` file, which usually yields lots of unr
I pretty much never grep through Rust files to look at APIs, while I do it all the time in C++.
Perhaps it's a sign that the complexity of JavaScript-heavy online HTML documentation viewers with mediocre search functionality is entirely self-inflicted.\
(I'll give them though that rich text is pretty cool, and Hackage's global type signature search is _wicked_ cool. Nothing that a sufficiently advanced LSP server shouldn't be capable of doing, though.)
(I'll give them though that rich text is pretty cool, and [Hoogle's](https://hoogle.haskell.org/) global type signature search is _wicked_ cool. Nothing that a sufficiently advanced LSP server shouldn't be capable of doing, though.)
(...and also, fuck Doxygen. I hate using Doxygen so much. But I'll leave that for another time.)