Added type signature.

This commit is contained in:
John MacFarlane 2012-07-26 10:02:00 -07:00
parent 50f2641f63
commit 1de26d0857

View file

@ -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 }