Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
serve :: Codebase IO Symbol Ann -> Either ShortCausalHash CausalHash -> Maybe Path -> Maybe Path -> Backend IO NamespaceListing Source #
type NamespaceListingAPI = "list" :> (QueryParam "relativeTo" Path :> (QueryParam "namespace" Path :> APIGet NamespaceListing)) Source #
data NamespaceListing Source #
Instances
data NamespaceObject Source #
Instances
data NamedNamespace Source #
Instances
newtype NamedPatch Source #
Instances
newtype KindExpression Source #
Instances
Orphan instances
ToParam (QueryParam "namespace" Text) Source # | |
toParam :: Proxy (QueryParam "namespace" Text) -> DocQueryParam # |