Copyright | (C) 2013 Richard Eisenberg |
---|---|
License | BSD-style (see LICENSE) |
Maintainer | Richard Eisenberg ([email protected]) |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Data.Units.US.Survey
Description
This module defines survey measures as used in the USA. Note that a survey foot is ever so slightly different from a standard foot.
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
Foot |
Instances
Show Foot Source # | |||||||||||||
Unit Foot Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Foot Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit Foot Source # | |||||||||||||
type UnitFactorsOf Foot Source # | |||||||||||||
Defined in Data.Units.US.Survey |
Constructors
Link |
Instances
Show Link Source # | |||||||||||||
Unit Link Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Link Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit Link Source # | |||||||||||||
type UnitFactorsOf Link Source # | |||||||||||||
Defined in Data.Units.US.Survey |
Constructors
Rod |
Instances
Show Rod Source # | |||||||||||||
Unit Rod Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Rod Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit Rod Source # | |||||||||||||
type UnitFactorsOf Rod Source # | |||||||||||||
Defined in Data.Units.US.Survey |
Constructors
Chain |
Instances
Show Chain Source # | |||||||||||||
Unit Chain Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Chain Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit Chain Source # | |||||||||||||
type UnitFactorsOf Chain Source # | |||||||||||||
Defined in Data.Units.US.Survey |
Constructors
Furlong |
Instances
Show Furlong Source # | |||||||||||||
Unit Furlong Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Furlong Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit Furlong Source # | |||||||||||||
type UnitFactorsOf Furlong Source # | |||||||||||||
Defined in Data.Units.US.Survey type UnitFactorsOf Furlong = If (IsCanonical Furlong) '['F Furlong One] (UnitFactorsOf (BaseUnit Furlong)) |
Constructors
Mile |
Instances
Show Mile Source # | |||||||||||||
Unit Mile Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Mile Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit Mile Source # | |||||||||||||
type UnitFactorsOf Mile Source # | |||||||||||||
Defined in Data.Units.US.Survey |
Constructors
League |
Instances
Show League Source # | |||||||||||||
Unit League Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit League Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit League Source # | |||||||||||||
type UnitFactorsOf League Source # | |||||||||||||
Defined in Data.Units.US.Survey type UnitFactorsOf League = If (IsCanonical League) '['F League One] (UnitFactorsOf (BaseUnit League)) |
surveyLengths :: [Name] Source #
Includes all the lengths above.
Constructors
Acre |
Instances
Show Acre Source # | |||||||||||||
Unit Acre Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Acre Source # | |||||||||||||
type DimOfUnit Acre Source # | |||||||||||||
type UnitFactorsOf Acre Source # | |||||||||||||
Defined in Data.Units.US.Survey |
Constructors
Section |
Instances
Show Section Source # | |||||||||||||
Unit Section Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Section Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit Section Source # | |||||||||||||
type UnitFactorsOf Section Source # | |||||||||||||
Defined in Data.Units.US.Survey type UnitFactorsOf Section = If (IsCanonical Section) '['F Section One] (UnitFactorsOf (BaseUnit Section)) |
Constructors
Township |
Instances
Show Township Source # | |||||||||||||
Unit Township Source # | |||||||||||||
Defined in Data.Units.US.Survey Associated Types
| |||||||||||||
type BaseUnit Township Source # | |||||||||||||
Defined in Data.Units.US.Survey | |||||||||||||
type DimOfUnit Township Source # | |||||||||||||
type UnitFactorsOf Township Source # | |||||||||||||
Defined in Data.Units.US.Survey type UnitFactorsOf Township = If (IsCanonical Township) '['F Township One] (UnitFactorsOf (BaseUnit Township)) |
surveyAreas :: [Name] Source #
Includes all the areas above.