Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type DefinitionsAPI = "getDefinition" :> (QueryParam "relativeTo" Path :> (QueryParams "names" (HashQualified Name) :> (QueryParam "renderWidth" Width :> (QueryParam "suffixifyBindings" Suffixify :> APIGet DefinitionDisplayResults)))) Source #
serveDefinitions :: Runtime Symbol -> Codebase IO Symbol Ann -> Either ShortCausalHash CausalHash -> Maybe Path -> [HashQualified Name] -> Maybe Width -> Maybe Suffixify -> Backend IO DefinitionDisplayResults Source #
Orphan instances
ToSample DefinitionDisplayResults Source # | |
ToParam (QueryParam "namespace" Path) Source # | |
toParam :: Proxy (QueryParam "namespace" Path) -> DocQueryParam # | |
ToParam (QueryParam "relativeTo" Path) Source # | |
toParam :: Proxy (QueryParam "relativeTo" Path) -> DocQueryParam # | |
ToParam (QueryParam "renderWidth" Width) Source # | |
toParam :: Proxy (QueryParam "renderWidth" Width) -> DocQueryParam # | |
ToParam (QueryParam "suffixifyBindings" Suffixify) Source # | |
toParam :: Proxy (QueryParam "suffixifyBindings" Suffixify) -> DocQueryParam # | |
ToParam (QueryParams "names" (HashQualified Name)) Source # | |
toParam :: Proxy (QueryParams "names" (HashQualified Name)) -> DocQueryParam # |