You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`fmap` for `Array` got its indexing all wrong. Fix that.
`>>=` for `Array` went into an infinite loop (haven't investigated
why). Replace its implementation with the working `SmallArray`
one.
Fixes#92 and #95
0 commit comments