From fe1ddef40185aa69b890adbe8520625fd270eb3c Mon Sep 17 00:00:00 2001 From: Alexey Khudyakov Date: Sun, 24 Mar 2024 17:40:21 +0300 Subject: [PATCH] Fix doctests --- vector/src/Data/Vector/Strict/Mutable.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/Data/Vector/Strict/Mutable.hs b/vector/src/Data/Vector/Strict/Mutable.hs index bdccf4be..38662eae 100644 --- a/vector/src/Data/Vector/Strict/Mutable.hs +++ b/vector/src/Data/Vector/Strict/Mutable.hs @@ -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(..))