Add `MINIMAL` pragma for `MArray`
Compare changes
+ 4
− 3
@@ -834,10 +834,9 @@ same way as for 'IArray'), and also over the type of the monad, @m@,
@@ -834,10 +834,9 @@ same way as for 'IArray'), and also over the type of the monad, @m@,
@@ -892,6 +891,8 @@ class (Monad m) => MArray a e m where
@@ -892,6 +891,8 @@ class (Monad m) => MArray a e m where