barbies-th-0.1.10: Create strippable HKD via TH
Safe HaskellSafe-Inferred
LanguageHaskell2010

Barbies.TH.Config

Synopsis

Documentation

data DeclareBareBConfig Source #

Keep it in a separate module until NoFieldSelectors gets widespread

Constructors

DeclareBareBConfig 

Fields

classic :: DeclareBareBConfig Source #

Does not define any type synonyms

passthrough :: DeclareBareBConfig Source #

Defines a synonym for the bare type with the same name. The strippable definition is suffixed by B, and the covered type is suffixed by H.