We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b12ef commit fe1ddefCopy full SHA for fe1ddef
vector/src/Data/Vector/Strict/Mutable.hs
@@ -755,4 +755,4 @@ toMutableArray :: PrimMonad m => MVector (PrimState m) a -> m (MutableArray (Pri
755
toMutableArray (MVector v) = MV.toMutableArray v
756
757
-- $setup
758
--- >>> import Prelude (Integer)
+-- >>> import Prelude (Integer,Num(..))
0 commit comments