This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
tooltips make source code unreadable for text-only browsers (lynx) #1250
Open
Description
Tooltips for type classes in "deriving (Show, Eq)" make it impossible to read source code in text-based browsers (lynx, w3m).
See this thread https://mail.haskell.org/pipermail/haskell-cafe/2020-November/132933.html
The example given in the message is (similar to)
https://hackage.haskell.org/package/isbn-1.1.0.2/docs/src/Data.ISBN.Types.html#line-19
Related: #715