haxl-0.5.1.0: A Haskell library for efficient, concurrent, and concise data access.
Haxl.Core.ShowP
Synopsis
class ShowP f where Source #
A class of type constructors for which we can show all parameterizations.
Minimal complete definition
showp
Methods
showp :: f a -> String Source #