Added type signature.
This commit is contained in:
parent
50f2641f63
commit
1de26d0857
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ normalizeBench doc = [ bench "normalize - with" $ nf (encodeJSON . normalize) do
|
|||
, bench "normalize - without" $ nf encodeJSON doc
|
||||
]
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
inp <- readDataFile (Just ".") "README"
|
||||
let opts = def{ readerSmart = True }
|
||||
|
|
Loading…
Reference in a new issue