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.Metrology.Show
Contents
Description
This module defines Show
instance for quantities. The show instance
prints out the number stored internally with its correct units. To print
out quantities with specific units use the function showIn
.