@hackage type0.2.0
Dynamic casting library with support for arbitrary rank type kinds.
Categories
License
BSD-3-Clause
Maintainer
topi.karvonen@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
- base >=4.2 && <4.3
- containers >=0.3 && <0.4
- template-haskell >=2.4 && <2.5 Show all…
Dependents (1)
@hackage/acme-everything
By default kinds which contains maximum of 8 stars (*) are supported, for example: * -> (* -> *) -> ((* -> *) -> *) -> * -> *
.
By recompiling the library one can support even more complex types.
However be aware that the amount of code generated increases exponentially.