pretty print

This commit is contained in:
Seungheon Oh 2022-05-25 14:52:33 -05:00
parent 15d58323a9
commit 7457c6334b
No known key found for this signature in database
GPG key ID: 9B0E12D357369B66
4 changed files with 34 additions and 30 deletions

View file

@ -21,12 +21,12 @@ main = do
I.writeFile "bench.csv" $
(decodeUtf8 . encodeDefaultOrderedByName) res
mapM_ print res
mapM_ (Prelude.putStrLn . (<> "\n") . show) res
where
res =
specificationTreeToBenchmarks $
group
"Benchmark"
"Agora"
[ group
"Effects"
[ group "Treasury Withdrawal Effect" TreasuryWithdrawal.specs