ekmett / linear

Low-dimensional linear algebra primitives for Haskell.
http://hackage.haskell.org/package/linear
Other
201 stars 50 forks source link

Derive V0-V4 instances for the TH Lift class. #149

Closed leftaroundabout closed 5 years ago

leftaroundabout commented 5 years ago

The Lift class allows easily using vectors in source code that have been pre-computed at compile time, i.e. in Template Haskell splices.