Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ComponentList (names :: [Symbol]) apis Source #
Instances
ToServantAPI names apis => Components (ComponentList names apis) names apis Source # | |
Defined in Admin.Components.ComponentsClass serveAll' :: ComponentList names apis -> Server apis Source # describe :: ComponentList names apis -> [ComponentDescription] Source # |
namesOf :: forall names apis. ManySymbolVal names => ComponentList names apis -> [String] Source #
descriptionsOf :: forall names apis. ManySymbolVal names => ComponentList names apis -> [ComponentDescription] Source #
empty :: ComponentList '[] EmptyAPI Source #