cdepillabout / pretty-simple

pretty-printer for Haskell data types that have a Show instance
https://hackage.haskell.org/package/pretty-simple
BSD 3-Clause "New" or "Revised" License
243 stars 29 forks source link

Added benchmark for nested expressions #31

Closed andrew-lei closed 6 years ago

andrew-lei commented 6 years ago

This benchmark is currently O(2^n), should probably be linear. See #30 .

cdepillabout commented 6 years ago

Thanks! I fixed this up a little in 0fa51e6 and then merged it in!