typeparams: Lens-like interface for type level parameters; allows unboxed unboxed vectors and supercompilation

[ bsd3, configuration, data, dependent-types, library, optimization ] [ Propose Tags ]

This library provides a lens-like interface for working with type parameters. In the code:

data Example p1 (p2::Config Nat) (p3::Constraint) = Example

p1, p2, and p3 are the type parameters.

Two example uses of this library are for unboxing unboxed vectors and supercompilation-like optimizations. Please see the README file on github for a detailed description and tutorial. After reading through that, the haddock documentation will make more sense.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.3.1, 0.0.4, 0.0.5, 0.0.6
Dependencies base (>=4.7 && <5), constraints (>=0.3.4), deepseq (>=1.3), ghc-prim, primitive (>=0.5), reflection (>=1.3), tagged (>=0.7), template-haskell, vector (>=0.10) [details]
License BSD-3-Clause
Author Mike izbicki
Maintainer mike@izbicki.me
Category Configuration, Dependent Types, Data, Optimization
Home page http://github.com/mikeizbicki/typeparams/
Bug tracker http://github.com/mikeizbicki/typeparams/issues
Uploaded by MikeIzbicki at 2015-01-26T03:24:50Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4801 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
Last success reported on 2015-01-26 [all 1 reports]