The unittyped package
UnitTyped is a Haskell library that makes it possible to do computations on values with a dimension and a unit. The typechecker ensures that all operations are using the proper dimensions, and all units can be converted to compatible units automatically. New dimensions and units can be defined from other modules, requiring just a data type and one class instance to work with everything else. The library comes with all SI dimensions and units, and many units derived from those.
Properties
| Version | 0.1 |
|---|---|
| Dependencies | base (4.6.*) |
| License | LGPL-2.1 |
| Copyright | Copyright: (c) 2012 Thijs Alkemade |
| Author | Thijs Alkemade <thijsalkemade@gmail.com> |
| Maintainer | Thijs Alkemade <thijsalkemade@gmail.com> |
| Stability | experimental |
| Category | Physics, Math |
| Home page | https://bitbucket.org/xnyhps/haskell-unittyped/ |
| Bug tracker | https://bitbucket.org/xnyhps/haskell-unittyped/issues/new |
| Source repository | hg clone https://bitbucket.org/xnyhps/haskell-unittyped |
| Upload date | Mon Nov 26 13:00:23 UTC 2012 |
| Uploaded by | ThijsAlkemade |
| Built on | ghc-7.6 |
Modules
Downloads
- unittyped-0.1.tar.gz (Cabal source package)
- package description (included in the package)