The latest version of dimensional-tf is 0.3.0.4-0.

dimensional-tf

Version 0.2 revision 0 uploaded by BjornBuckwalter.

Package meta

Synopsis
Statically checked physical dimensions, implemented using type families.
Description

Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the validity of operations is verified by the type checker at compile time. The boxing and unboxing of numerical values as quantities is done by multiplication and division with units. The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. The dimensional-tf packade differs from the dimensional package in that the dimension tracking is implemented using type families rather than functional dependencies. Requires GHC 7.0 or later.

Author
Bjorn Buckwalter
Bug reports
n/a
Category
Math, Physics
Copyright
Bjorn Buckwalter 2006-2012
Homepage
http://dimensional.googlecode.com/
Maintainer
bjorn.buckwalter@gmail.com
Package URL
n/a
Stability
experimental

Components