Skip to content

Commit f26d791

Browse files
committed
Wibble
1 parent 57d084a commit f26d791

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/benchmark.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
{-# LANGUAGE ScopedTypeVariables #-}
4040

41+
module Main (main) where
42+
4143
import Control.DeepSeq
4244
import Data.Graph.Inductive.Graph
4345
import qualified Data.Graph.Inductive.PatriciaTree as Patricia
@@ -69,7 +71,7 @@ insNodeAVL :: Int -> AVL.UGr
6971
insNodeAVL = insNodes' empty
7072

7173
buildFullPatricia :: Int -> Int -> ()
72-
buildFullPatricia sz i = buildFull (Proxy :: PatriciaTreeP) sz i
74+
buildFullPatricia = buildFull (Proxy :: PatriciaTreeP)
7375

7476
insNodePatricia :: Int -> Patricia.UGr
7577
insNodePatricia = insNodes' empty

0 commit comments

Comments
 (0)