dimensional-tf: Statically checked physical dimensions, implemented using type families.

[ bsd3, deprecated, library, math, physics ] [ Propose Tags ]
Deprecated in favor of dimensional

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.1.1, 0.2, 0.2.1, 0.3, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4
Change log changelog.md
Dependencies base (<5), numtype-tf (<1.1), time (<1.5) [details]
License BSD-3-Clause
Copyright Bjorn Buckwalter 2006-2014
Author Bjorn Buckwalter
Maintainer bjorn@buckwalter.se
Category Math, Physics
Home page http://dimensional.googlecode.com/
Uploaded by BjornBuckwalter at 2014-02-11T12:54:45Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 8307 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for dimensional-tf-0.3

[back to package description]
For documentation see the file `dimensional.cabal` and the literate
haskell source code.

For project information (issues, updates, wiki, examples) see:
    http://code.google.com/p/dimensional/