Skip to content
Snippets Groups Projects
Commit b4dd185c authored by Andrew Martin's avatar Andrew Martin
Browse files

Use arrayFromList in benchmark suite

parent 39bb6977
No related branches found
No related tags found
No related merge requests found
......@@ -66,4 +66,4 @@ cheap :: Int -> StateT Int (ST s) Int
cheap i = modify (\x -> x + i) >> return (i * i)
numbers :: Array Int
numbers = fromList (enumFromTo 0 10000)
numbers = arrayFromList (enumFromTo 0 10000)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment