Annotations-0.2.1: Constructing, analyzing and destructing annotated trees

Safe HaskellSafe-Inferred
LanguageHaskell98

Annotations.MultiRec.ShowFam

Description

A Show-like type class for families of data types.

Documentation

class ShowFam fam where Source

Methods

showFam :: fam a -> a -> String Source

Given a witness, convert the value of that type to String.