haxl-0.5.0.0: A Haskell library for efficient, concurrent, and concise data access.

Safe HaskellSafe
LanguageHaskell2010

Haxl.Core.ShowP

Synopsis

Documentation

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 #