Skip to content

Commit 0d45300

Browse files
committed
Add strict vectors to doctests
1 parent f672ad6 commit 0d45300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vector/tests/doctests.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ main = mapM_ run modGroups
2525
, [ "src/Data/Vector.hs"
2626
, "src/Data/Vector/Mutable.hs"
2727
]
28+
, [ "src/Data/Vector/Strict.hs"
29+
, "src/Data/Vector/Strict/Mutable.hs"
30+
]
2831
, [ "src/Data/Vector/Generic.hs"
2932
, "src/Data/Vector/Generic/Mutable.hs"
3033
]

0 commit comments

Comments
 (0)