close
The Wayback Machine - https://web.archive.org/web/20210118155458/https://github.com/unisonweb/base
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

Unison base libraries

This includes basic data types and functions for the Unison language. See CONTRIBUTING.md for how to contribute.

Installation

From the Unison Codebase Manager (ucm) prompt:

.> pull https://github.com/unisonweb/base:.releases._latest .base

This will install the libraries into your codebase, under a namespace called .base.

Usage

In Unison:

use .base

What's here?

You can explore this library using the Codebase Manager (ucm). After installation (see above), type cd .base, then use the ls, cd, and view commands to explore.

About

Unison base libraries

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.