fix typo: it's not Hackage it's Hoogle
This commit is contained in:
parent
4967deb080
commit
7b5fc068ee
1 changed files with 1 additions and 1 deletions
|
@ -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.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue