This small library provides alternate names for things in the Unison base libraries. For example:
Optional
aliased toOption
andMaybe
Optional.Some
aliased toMaybe.Just
Optional.None
aliased toMaybe.Nothing
(.)
aliased tocompose
curry
anduncurry
aliased toschönfinkel
andunschönfinkel
, respectively
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.