hydra.haskell.language module
Language constraints and reserved words for Haskell.
- hydra.haskell.language.reserved_words() Set[str]
Created on 2025-02-28 using GHCi 9.6.6
You can reproduce these lists of symbols by issuing the command :browse Prelude in GHCi, pasting the results into /tmp/browse_Prelude.txt, and then running the Bash command provided with each list.
See also https://www.haskell.org/onlinereport/standard-prelude.html.