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.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 |
Constructors
Link |
Constructors
Rod |
Constructors
Chain |
Constructors
Furlong |
Instances
Show Furlong Source # | |
Unit Furlong Source # | |
Defined in Data.Units.US.Survey Associated Types type UnitFactorsOf Furlong :: [Factor Type] # | |
type UnitFactorsOf Furlong Source # | |
Defined in Data.Units.US.Survey type UnitFactorsOf Furlong = If (IsCanonical Furlong) '['F Furlong One] (UnitFactorsOf (BaseUnit Furlong)) | |
type DimOfUnit Furlong Source # | |
type BaseUnit Furlong Source # | |
Defined in Data.Units.US.Survey |
Constructors
Mile |
Constructors
League |
Instances
Show League Source # | |
Unit League Source # | |
Defined in Data.Units.US.Survey Associated Types type UnitFactorsOf League :: [Factor Type] # | |
type UnitFactorsOf League Source # | |
Defined in Data.Units.US.Survey type UnitFactorsOf League = If (IsCanonical League) '['F League One] (UnitFactorsOf (BaseUnit League)) | |
type DimOfUnit League Source # | |
type BaseUnit League Source # | |
Defined in Data.Units.US.Survey |
surveyLengths :: [Name] Source #
Includes all the lengths above.
Constructors
Acre |
Constructors
Section |
Instances
Show Section Source # | |
Unit Section Source # | |
Defined in Data.Units.US.Survey Associated Types type UnitFactorsOf Section :: [Factor Type] # | |
type UnitFactorsOf Section Source # | |
Defined in Data.Units.US.Survey type UnitFactorsOf Section = If (IsCanonical Section) '['F Section One] (UnitFactorsOf (BaseUnit Section)) | |
type DimOfUnit Section Source # | |
type BaseUnit Section Source # | |
Defined in Data.Units.US.Survey |
Constructors
Township |
Instances
Show Township Source # | |
Unit Township Source # | |
Defined in Data.Units.US.Survey Associated Types type UnitFactorsOf Township :: [Factor Type] # | |
type UnitFactorsOf Township Source # | |
Defined in Data.Units.US.Survey type UnitFactorsOf Township = If (IsCanonical Township) '['F Township One] (UnitFactorsOf (BaseUnit Township)) | |
type DimOfUnit Township Source # | |
type BaseUnit Township Source # | |
Defined in Data.Units.US.Survey |
surveyAreas :: [Name] Source #
Includes all the areas above.