finite: Finite ranges via types
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
A framework for capturing finite ranges with types, where the sizes of the ranges are not fixed statically at compile time, but instead are passed at run-time via implicit parameters.
This is especially useful for objects of bounded size, e.g. finite automata, where the number of elements being part of the object, e.g. the number of states, is well-defined in the context of the object.
[Skip to Readme]
Properties
Versions | 1.4.1.1, 1.4.1.1, 1.4.1.2 |
---|---|
Change log | None available |
Dependencies | array (>=0.5 && <0.6), base (>=4.7 && <4.13), containers (>=0.5 && <0.7), hashable (>=1.2), QuickCheck, template-haskell (>=2.11) [details] |
License | MIT |
Author | Felix Klein <klein@react.uni-saarland.de> |
Maintainer | Felix Klein <klein@react.uni-saarland.de> |
Category | Types |
Source repo | head: git clone https://github.com/kleinreact/finite |
Uploaded | by kleinreact at 2021-01-25T10:16:54Z |
Modules
- Finite
- Finite.TH
Downloads
- finite-1.4.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees