dimensional-1.0.1.1: Statically checked physical dimensions, using Type Families and Data Kinds.

Safe HaskellSafe
LanguageHaskell2010

Numeric.Units.Dimensional.UnitNames.InterchangeNames

Synopsis

Documentation

data InterchangeNameAuthority Source

Represents the authority which issued an interchange name for a unit.

Constructors

UCUM

The interchange name originated with the Unified Code for Units of Measure.

DimensionalLibrary

The interchange name originated with the dimensional library.

Custom

The interchange name originated with a user of the dimensional library.

class HasInterchangeName a where Source

Determines the authority which issued the interchange name of a unit or unit name. For composite units, this is the least-authoritative interchange name of any constituent name.

Note that the least-authoritative authority is the one sorted as greatest by the Ord instance of InterchangeNameAuthority.