Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type NamespaceDetailsAPI = "namespaces" :> (Capture "namespace" Path :> (QueryParam "renderWidth" Width :> APIGet NamespaceDetails)) Source #
namespaceDetails :: Runtime Symbol -> Codebase IO Symbol Ann -> Path -> Either ShortCausalHash CausalHash -> Maybe Width -> Backend IO NamespaceDetails Source #