summaryrefslogtreecommitdiff
path: root/H38.hs
blob: 312ef8a786f166595d8b9db157577203bebedc3c (plain)
1
2
3
4
-- Measure performance with GHC
-- https://wiki.haskell.org/Performance/GHC#Measuring_performance

-- In ghci :set +s will output the time consumption for every command