Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: How to show the help page of a function (Francesco Ariis)
----------------------------------------------------------------------
Message: 1
Date: Thu, 27 May 2021 17:40:24 +0200
From: Francesco Ariis <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] How to show the help page of a
function
Message-ID: <20210527154024.GB27422@extensa>
Content-Type: text/plain; charset=utf-8
Il 26 maggio 2021 alle 18:53 Peng Yu ha scritto:
> $ ghci
> GHCi, version 8.10.4: https://www.haskell.org/ghc/ :? for help
> Prelude> :doc many
>
> <interactive>:1:1: error: Not in scope: ‘many’
>
> Any way to automatically determine the module to load and load it
> automatically in the command line?
You might do this by installing Hoogle locally [1]
[1] https://github.com/ndmitchell/hoogle/blob/master/docs/Install.md
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 154, Issue 13
******************************************