ddc-base-0.3.2.1: Disciplined Disciple Compiler common utilities.

Safe HaskellSafe-Inferred

DDC.Data.Canned

Synopsis

Documentation

data Canned a Source

This function has a show instance that prints "CANNED" for any contained type. We use it to wrap functional fields in data types that we still want to derive Show instances for.

Constructors

Canned a 

Instances

Show (Canned a)