base-unicode-symbols

Unicode alternatives for common functions and operators

http://haskell.org/haskellwiki/Unicode-symbols

Version on this page:0.2.2.4
LTS Haskell 22.13:0.2.4.2
Stackage Nightly 2024-03-14:0.2.4.2
Latest on Hackage:0.2.4.2

See all snapshots base-unicode-symbols appears in

BSD-3-Clause licensed and maintained by Roel van Dijk
This version can be pinned in stack with:base-unicode-symbols-0.2.2.4@sha256:953d8426a5fd547af6bba6d07909576630ac2da5f39c343aa1973dc62c02e7bb,2234

Module documentation for 0.2.2.4

This package defines new symbols for a number of functions and operators in the base package.

All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions.

For further Unicode goodness you can enable the UnicodeSyntax language extension. This extension enables Unicode characters to be used to stand for certain ASCII character sequences, i.e. → instead of ->, ∀ instead of forall and many others.

Original idea by Péter Diviánszky.