﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
31	Empty array equals non-empty array	Ben Lippmeier		"
Issac Trotts <issac@videosurf.com> reports: empty array equals non-empty array

{{{
Prelude Data.Array.Repa> import Data.Array.Repa as R
Prelude Data.Array.Repa> let x :: Array DIM1 Int; x = fromList (Z :. (0::Int)) []
Prelude Data.Array.Repa> let y :: Array DIM1 Int; y = fromList (Z :. (1::Int)) [1]
Prelude Data.Array.Repa> x == y
True
Prelude Data.Array.Repa> y == x
*** Exception: Data.Array.Repa.Operators.IndexSpace.reshape: reshaped array will not match size of the original
}}}

Make sure this works in Repa3."	defect	closed	blocker	3.0.0	library	2.1.0.1	fixed		
