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

Safe HaskellSafe
LanguageHaskell2010

Haxl.Core.ShowP

Description

Most users should import Haxl.Core instead of importing this module directly.

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 #