Data.Serde.Internal.Type
Description
conversion of Type to Type
Type
class ToTH a where Source #
convert a Type to a Type
Methods
toth :: a -> Type Source #
Defined in Data.Serde.Internal.Type
toth :: Type -> Type Source #
cvtnam :: Name -> Name Source #
convert a Exts.Name to a TH.Name
Name
qualification gets handled syntactically
cvtder :: Derive -> [Type] Source #
convert a Derive to a list of TH.Types
Derive