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

Safe HaskellSafe-Inferred
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