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 57d084a commit f26d791Copy full SHA for f26d791
test/benchmark.hs
@@ -38,6 +38,8 @@
38
39
{-# LANGUAGE ScopedTypeVariables #-}
40
41
+module Main (main) where
42
+
43
import Control.DeepSeq
44
import Data.Graph.Inductive.Graph
45
import qualified Data.Graph.Inductive.PatriciaTree as Patricia
@@ -69,7 +71,7 @@ insNodeAVL :: Int -> AVL.UGr
69
71
insNodeAVL = insNodes' empty
70
72
73
buildFullPatricia :: Int -> Int -> ()
-buildFullPatricia sz i = buildFull (Proxy :: PatriciaTreeP) sz i
74
+buildFullPatricia = buildFull (Proxy :: PatriciaTreeP)
75
76
insNodePatricia :: Int -> Patricia.UGr
77
insNodePatricia = insNodes' empty
0 commit comments