Copyright | (C) 2013 Richard Eisenberg |
---|---|
License | BSD-style (see LICENSE) |
Maintainer | Richard Eisenberg (rae@cs.brynmawr.edu) |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Data.Units.US.Apothecaries
Description
This module defines apothecaries' measures of mass. These measures are rarely used.
Included are all units mentioned here: http://en.wikipedia.org/wiki/United_States_customary_units Where possible, conversion rates have been independently verified at a US government website. However, Wikipedia's base is much better organized than any government resource immediately available. The US government references used are as follows: http://nist.gov/pml/wmd/metric/upload/SP1038.pdf http://nist.gov/pml/wmd/pubs/upload/appc-14-hb44-final.pdf
Documentation
Constructors
Scruple |
Instances
Show Scruple Source # | |
Unit Scruple Source # | |
Defined in Data.Units.US.Apothecaries Associated Types type UnitFactorsOf Scruple :: [Factor Type] # | |
type UnitFactorsOf Scruple Source # | |
Defined in Data.Units.US.Apothecaries type UnitFactorsOf Scruple = If (IsCanonical Scruple) '['F Scruple One] (UnitFactorsOf (BaseUnit Scruple)) | |
type DimOfUnit Scruple Source # | |
type BaseUnit Scruple Source # | |
Defined in Data.Units.US.Apothecaries |
Constructors
Dram |
The apothecaries' grain is the same as the avoirdupois grain.
Constructors
Grain |
Instances
Show Grain Source # | |
Unit Grain Source # | |
Defined in Data.Units.US.Avoirdupois Associated Types type UnitFactorsOf Grain :: [Factor Type] # | |
type UnitFactorsOf Grain Source # | |
Defined in Data.Units.US.Avoirdupois | |
type DimOfUnit Grain Source # | |
type BaseUnit Grain Source # | |
Defined in Data.Units.US.Avoirdupois |
The apothecaries' ounce and pound are the troy ounce and pound.
Constructors
Ounce |
Constructors
Pound |