binrep-0.3.1: Encode precise binary representations directly in types
Safe HaskellSafe-Inferred
LanguageHaskell2010

Binrep.Generic.Internal

Synopsis

Documentation

data Cfg a Source #

Constructors

Cfg 

Fields

type GErrRefuseVoid = 'Text "Refusing to derive binary representation for void datatype" Source #

Common type error string for when GHC attempts to derive an binrep instance for a (the?) void datatype V1.