units-defs-2.0: Definitions for use with the units package

Copyright(C) 2013 Richard Eisenberg
LicenseBSD-style (see LICENSE)
MaintainerRichard Eisenberg (eir@cis.upenn.edu)
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Data.Dimensions.SI

Description

This module defines SI dimensions. The names of SI dimensions conform to http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2012.pdf.

Documentation

data Length Source

Constructors

Length 

Instances

data Mass Source

Constructors

Mass 

Instances

data Time Source

Constructors

Time 

Instances

Dimension Time 
type DimFactorsOf Time = (:) (Factor *) (F * Time One) ([] (Factor *)) 
type DefaultUnitOfDim Time = Second 

data Current Source

Constructors

Current 

Instances