finite

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.


Keywords
mit, types, Propose Tags , Finite, Finite.TH, implict parameters, Generics, Template Haskell
License
MIT
Install
cabal install finite