Skip to content

A collection of alternate names for things in the Unison base libraries

Notifications You must be signed in to change notification settings

runarorama/alt-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Alternate names for stuff in the Unison base libraries

This small library provides alternate names for things in the Unison base libraries. For example:

  • Optional aliased to Option and Maybe
  • Optional.Some aliased to Maybe.Just
  • Optional.None aliased to Maybe.Nothing
  • (.) aliased to compose
  • curry and uncurry aliased to schönfinkel and unschönfinkel, respectively

Installation instructions

From ucm, the Unison Codebase Manager:

.> pull https://github.com/runarorama/unison-names:.releases.latest .lib.names

Substitute for .lib.names whatever namespace where you want this to live in your codebase.

About

A collection of alternate names for things in the Unison base libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages