Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

Documenation of && and || in the prelude should mention that they are lazy in the second argument
## Summary Location of documentation issue: Prelude, operators && and || The documentation simply describes them as *Boolean "and"* and *Boolean "or"*. The fact that they are lazy in the second argument is important for their semantic and should be documented. ## Proposed improvements or changes Change their documentation to *Boolean "and", lazy in the second argument* and *Boolean "or", lazy in the second argument*
issue