Closed jacereda closed 7 years ago
Hello, I don't think the instance for showing functions really belongs to pretty-show
. Note that pretty-show
does not really add any Show
instances for existing types---instead, it relies on the existing Show
instances.
Just a heads up, you can import
Text.Show.Function
which is in base.
Good point. I've just added support for to pretty-show for bits that look like
Records containing functions just fall back to
show
, this should improve the situation.