aleator / CV

Haskell wrappers and utilities for OpenCV machine vision library
http://hackage.haskell.org/package/CV
BSD 3-Clause "New" or "Revised" License
51 stars 13 forks source link

CV.Matrix, Matrix instance for Ints is broken #23

Closed aleator closed 11 years ago

aleator commented 12 years ago

Matrix instance for ints is broken:

 M.toRows $ M.fromList (2,3) [1,2,3,4,5,6]
 => [garbage]
aleator commented 11 years ago

I guess this has gotten fixed, since I can't replicate it anymore