gibbon-0.3: A compiler for operating on serialized data
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gibbon.Language.Constants

Synopsis

Documentation

mkUnpackerName :: TyCon -> Var Source #

Map a DataCon onto the name of the generated unpack function.

mkPrinterName :: TyCon -> Var Source #

Map a DataCon onto the name of the generated print function.