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

Safe HaskellSafe
LanguageHaskell98

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