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 f672ad6 commit 0d45300Copy full SHA for 0d45300
vector/tests/doctests.hs
@@ -25,6 +25,9 @@ main = mapM_ run modGroups
25
, [ "src/Data/Vector.hs"
26
, "src/Data/Vector/Mutable.hs"
27
]
28
+ , [ "src/Data/Vector/Strict.hs"
29
+ , "src/Data/Vector/Strict/Mutable.hs"
30
+ ]
31
, [ "src/Data/Vector/Generic.hs"
32
, "src/Data/Vector/Generic/Mutable.hs"
33
0 commit comments