Haskell offline documentation?

前端 未结 9 2024
一整个雨季
一整个雨季 2021-01-30 01:13

What are the possibilities, if any, for getting offline docs for Haskell core libraries (and maybe more)?

Sometimes I take my laptop to the coffee-shop where there is no

9条回答
  •  甜味超标
    2021-01-30 01:46

    The HTML documentation can be downloaded as .tar.bz2 from the Haskell website:

    https://downloads.haskell.org/~ghc/latest/docs/

    I just downloaded https://www.haskell.org/ghc/docs/7.6.3/libraries.html.tar.bz2 and it's exactly what I've been hoping for.

    There are also other options, such as Dash and Zeal, and see also that reddit thread.

提交回复
热议问题