haxl-0.4.0.2: 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.

Methods

show1 :: f a -> String Source