haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 242 forks source link

Lists now shown as `List` instead of `[]` #1610

Closed ncfavier closed 11 months ago

ncfavier commented 11 months ago

Since base 4.18, https://hackage.haskell.org/package/base-4.18.0.0/docs/Control-Applicative.html#t:Applicative shows Applicative List instead of Applicative [].

ncfavier commented 11 months ago

Duplicate of https://gitlab.haskell.org/ghc/ghc/-/issues/23368