Annotations-0.2.2: Constructing, analyzing and destructing annotated trees

Safe HaskellSafe
LanguageHaskell98

Annotations.MultiRec.ShowFam

Description

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

Documentation

class ShowFam fam where Source #

Minimal complete definition

showFam

Methods

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

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