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

Safe HaskellSafe-Inferred

Haxl.Core.Show1

Synopsis

Documentation

class Show1 f whereSource

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

Methods

show1 :: f a -> StringSource