harmonex v0.6.0 Harmonex View Source

Provides general-purpose functions.

Link to this section Summary

Types

The result of comparing two values

A failure result

Link to this section Types

Link to this type comparison() View Source
comparison() :: :lt | :gt | :eq

The result of comparing two values.

See Harmonex.Pitch.compare/2.

Link to this type error() View Source
error() :: {:error, binary}

A failure result.