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.Imperial.Length
Description
Due to the <https://en.wikipedia.org/wiki/International_yard_and_pound International yard and pound agreement of 1959>, it so happens that Imperial and US customary units of length have the same base (the international yard at 0.9144 meters). However, if subdivisions are generally the same, Imperial units feature multiples of the yard that US customary ones generally don't (e.g. the Imperial furlong is defined by reference to the international yard, not the US survey one).
Where possible, reference have been made to UK legislation. However, Wikipedia's page is much better organized than any government resource immediately available.
The UK legislation used as references are as follows: http://www.legislation.gov.uk/ukpga/1985/72/enacted http://www.legislation.gov.uk/uksi/1994/2867/schedule/part/VI/made http://www.legislation.gov.uk/uksi/1995/1804/schedule/made
Documentation
Constructors
Thou |
Constructors
Inch |
Constructors
Foot |
Constructors
Yard |
Constructors
Chain |
Instances
Show Chain Source # | |
Unit Chain Source # | |
Defined in Data.Units.Imperial.Length Associated Types type UnitFactorsOf Chain :: [Factor Type] # | |
type UnitFactorsOf Chain Source # | |
Defined in Data.Units.Imperial.Length | |
type DimOfUnit Chain Source # | |
type BaseUnit Chain Source # | |
Defined in Data.Units.Imperial.Length |
Constructors
Furlong |
Instances
Show Furlong Source # | |
Unit Furlong Source # | |
Defined in Data.Units.Imperial.Length Associated Types type UnitFactorsOf Furlong :: [Factor Type] # | |
type UnitFactorsOf Furlong Source # | |
Defined in Data.Units.Imperial.Length type UnitFactorsOf Furlong = If (IsCanonical Furlong) '['F Furlong One] (UnitFactorsOf (BaseUnit Furlong)) | |
type DimOfUnit Furlong Source # | |
type BaseUnit Furlong Source # | |
Defined in Data.Units.Imperial.Length |
Constructors
Mile |
Constructors
League |
Instances
Show League Source # | |
Unit League Source # | |
Defined in Data.Units.Imperial.Length Associated Types type UnitFactorsOf League :: [Factor Type] # | |
type UnitFactorsOf League Source # | |
Defined in Data.Units.Imperial.Length type UnitFactorsOf League = If (IsCanonical League) '['F League One] (UnitFactorsOf (BaseUnit League)) | |
type DimOfUnit League Source # | |
type BaseUnit League Source # | |
Defined in Data.Units.Imperial.Length |