base-unicode-symbols: Unicode alternatives for common functions and operators

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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] https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#unicode-syntax


[Skip to Readme]

Properties

Versions 0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.1.3, 0.1.4, 0.2, 0.2.1, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.1.4, 0.2.1.5, 0.2.2, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.2.4, 0.2.3, 0.2.3, 0.2.4, 0.2.4.1, 0.2.4.2
Change log None available
Dependencies base (>=3.0 && <5) [details]
License BSD-3-Clause
Copyright 2009–2018 Roel van Dijk <vandijk.roel@gmail.com>
Author Roel van Dijk <vandijk.roel@gmail.com>
Maintainer Roel van Dijk <vandijk.roel@gmail.com>
Home page http://haskell.org/haskellwiki/Unicode-symbols
Bug tracker https://github.com/roelvandijk/base-unicode-symbols/issues
Source repo head: git clone git://github.com/roelvandijk/base-unicode-symbols.git
Uploaded by RoelVanDijk at 2018-11-20T11:16:39Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
old-base

Support for base < 3.0.3.1

Disabled
base-4-8

Support features of base >= 4.8.0.0

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for base-unicode-symbols-0.2.3

[back to package description]

This package defines Unicode symbol aliases for a number of functions and operators in the base package of the Haskell standard library. Many of these aliases enable the use of standard mathematical notation in place of ASCII approximations or textual names. For example, (∧) (U+2227 LOGICAL AND) can be used in place of (&&) for boolean AND.

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

Versus the UnicodeSyntax language extension

This library only provides Unicode aliases for library functions. If you want to use Unicode symbols for core language tokens, also 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.

Credits

Original idea by Péter Diviánszky.