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

Safe HaskellSafe
LanguageHaskell2010

Haxl.Core.Show1

Synopsis

Documentation

class Show1 f where Source #

A class of type constructors for which we can show all parameterizations.

Minimal complete definition

show1

Methods

show1 :: f a -> String Source #