From 7b5fc068eef8ba28a367b50a1b6fcdcc6dc123d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Thu, 21 Aug 2025 19:46:47 +0200 Subject: [PATCH] fix typo: it's not Hackage it's Hoogle --- content/h.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/h.dj b/content/h.dj index 4b083a9..ec530d3 100644 --- a/content/h.dj +++ b/content/h.dj @@ -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.)