The source project of this merge request has been removed.
Add Data.Array.IArray.(!?)
Similar to operators with the same name in vector
and other libraries:
(!?) :: (IArray a e, Ix i) => a i e -> i -> Maybe e
Similar to operators with the same name in vector
and other libraries:
(!?) :: (IArray a e, Ix i) => a i e -> i -> Maybe e