haxl-2.3.0.0: A Haskell library for efficient, concurrent, and concise data access.
Haxl.Core.ShowP
Description
Most users should import Haxl.Core instead of importing this module directly.
class ShowP f where Source #
A class of type constructors for which we can show all parameterizations.
Methods
showp :: f a -> String Source #