ddc-core-0.4.3.1: Disciplined Disciple Compiler core language and type checker.

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

Show (Canned a) Source # 

Methods

showsPrec :: Int -> Canned a -> ShowS #

show :: Canned a -> String #

showList :: [Canned a] -> ShowS #