registry-messagepack-0.4.0.0: MessagePack encoders / decoders
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Registry.MessagePack.TH

Synopsis

Documentation

typesOf :: Con -> Q [Type] Source #

Get the types of all the fields of a constructor

makeName :: Options -> Name -> Name Source #

Remove the module name from a qualified name

getSimpleTypeName :: Options -> Type -> Name Source #

Return the name of a given type with a modified name based on options