Skip to content

Commit

Permalink
Fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Mar 24, 2024
1 parent 36b12ef commit fe1ddef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/src/Data/Vector/Strict/Mutable.hs
Original file line number Diff line number Diff line change
Expand Up @@ -755,4 +755,4 @@ toMutableArray :: PrimMonad m => MVector (PrimState m) a -> m (MutableArray (Pri
toMutableArray (MVector v) = MV.toMutableArray v

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

0 comments on commit fe1ddef

Please sign in to comment.