@hackage base-unicode-symbols0.2.2
Unicode alternatives for common functions and operators
Installation
Dependencies (1)
Dependents (105)
@hackage/comprehensions-ghc, @hackage/roman-numerals, @hackage/configuration-tools, @hackage/time-http, @hackage/hs-ix, @hackage/regions-mtl, Show all…
Package Flags
old-base
(off by default)
Support for base < 3.0.3.1
This package defines new symbols for a number of functions, operators and types 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 \[1\]. 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.
\[1\] http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax