Custom Query (35 matches)
Results (22 - 24 of 35)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#23 | fixed | Add array update operator (//) | ||
Description |
From SO: (//) :: Shape sh => Array sh a -> [(sh,a)] -> Array sh a (//) arr us = fromFunction (extent arr) (\sh -> case lookup sh us of Just a -> a Nothing -> index arr sh) |
|||
#24 | fixed | Unneeded Elt constraint in type of traverse functions | ||
Description |
|
|||
#25 | wontfix | Add Hailstone example from Trevor |
Note: See TracQuery
for help on using queries.