Package

purescript-unicode-prelude

Repository
vyorkin/purescript-unicode-prelude
License
MIT
Uploaded by
vyorkin
Published on
2019-02-10T18:17:35Z

Additional Unicode operators.

This package defines Unicode symbol aliases for a number of functions, types and operators in the Prelude. Many of these aliases enable the use of standard mathematical notation in place of ASCII approximations of textual names. For example, or can be used in place of <<< for function composition.

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

Prerequisites

This guide assumes you already have Git, Node.js and Bower installed with npm and bower somewhere on your path.

Installation

Clone the repo, step into it and install the dependencies:

$ npm i

Bower dependencies will be installed automatically.

Building

The project can now be built with:

$ npm run build

or just:

$ make

Releasing

  1. Update version in bower.json
make release v=x.x.x

For more info read the pulp docs.

Credits

Based on the base-unicode-symbols and purescript-unicode-prelude package by @csicar.

Resources