Custom Query (35 matches)
Results (16 - 18 of 35)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#31 | fixed | Empty array equals non-empty array | ||
Description |
Issac Trotts <issac@…> 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. |
|||
#6 | fixed | Change to BSD3 License. | ||
Description |
It's MIT atm. |
|||
#18 | fixed | Change names in API to match Data.Vector | ||
Description |
unit -> singleton !: -> unsafeIndex etc |
Note: See TracQuery
for help on using queries.