File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ test-suite ac-library-hs-test
174
174
Tests.Extra.Seq.Map
175
175
Tests.Extra.Tree
176
176
Tests.Extra.Tree.Lct
177
+ Tests.Extra.Vector
178
+ Tests.Extra.Vector.Prim
177
179
Tests.Extra.WaveletMatrix
178
180
Tests.Extra.WaveletMatrix.BitVector
179
181
Tests.Extra.WaveletMatrix.Raw
@@ -230,6 +232,7 @@ benchmark ac-library-hs-benchmark
230
232
Bench.Matrix
231
233
Bench.ModInt
232
234
Bench.Montgomery64
235
+ Bench.MulMod
233
236
Bench.PowMod
234
237
Bench.RepeatWithIndex
235
238
Bench.RepeatWithoutIndex
Original file line number Diff line number Diff line change @@ -358,7 +358,6 @@ executable yosupo-point-set-range-composite-large-array-lazy-persistent
358
358
import : app-local
359
359
main-is :
360
360
yosupo-point-set-range-composite-large-array-lazy-persistent.hs
361
-
362
361
build-depends : verify
363
362
364
363
executable yosupo-range-add-range-min
You can’t perform that action at this time.
0 commit comments