Skip to content

Commit fe1ddef

Browse files
committed
Fix doctests
1 parent 36b12ef commit fe1ddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/Data/Vector/Strict/Mutable.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,4 +755,4 @@ toMutableArray :: PrimMonad m => MVector (PrimState m) a -> m (MutableArray (Pri
755755
toMutableArray (MVector v) = MV.toMutableArray v
756756

757757
-- $setup
758-
-- >>> import Prelude (Integer)
758+
-- >>> import Prelude (Integer,Num(..))

0 commit comments

Comments
 (0)