espial-0.0.20: Espial is an open-source, web-based bookmarking server.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Generic

Documentation

class HasConstructor (f :: Type -> Type) where Source #

Methods

genericConstrName :: f x -> String Source #

Instances

Instances details
(HasConstructor x, HasConstructor y) => HasConstructor (x :+: y) Source # 
Instance details

Defined in Generic

Methods

genericConstrName :: (x :+: y) x0 -> String Source #

Constructor c => HasConstructor (C1 c f) Source # 
Instance details

Defined in Generic

Methods

genericConstrName :: C1 c f x -> String Source #

HasConstructor f => HasConstructor (D1 c f) Source # 
Instance details

Defined in Generic

Methods

genericConstrName :: D1 c f x -> String Source #