This package browser is in early development. Mind the rough edges.

ghc-base-unicode-symbols

Unicode alternatives for common functions and operators

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. 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.

Installation

Install the latest version of ghc-base-unicode-symbols as follows:

guix install ghc-base-unicode-symbols

Or install a particular version:

guix install ghc-base-unicode-symbols@0.2.4.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.