| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.UnitsOfMeasure.Defs
Contents
Description
This module exports some example definitions of base and derived units, for demonstration purposes. In the future, this is likely to change or be moved to a separate package.
Synopsis
- type family MkUnit s
Documentation
This type family is used for translating unit names (as
type-level strings) into units. It will be Base for base units
or expand the definition for derived units.
The instances displayed by Haddock are available only if Data.UnitsOfMeasure.Defs is imported.