| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Unison.Server.Local.Endpoints.NamespaceListing
Contents
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 #
Constructors
| NamespaceListing | |
Instances
data NamespaceObject Source #
Constructors
| Subnamespace NamedNamespace | |
| TermObject NamedTerm | |
| TypeObject NamedType | |
| PatchObject NamedPatch | 
Instances
data NamedNamespace Source #
Constructors
| NamedNamespace | |
| Fields | |
Instances
newtype NamedPatch Source #
Constructors
| NamedPatch | |
| Fields | |
Instances
newtype KindExpression Source #
Constructors
| KindExpression | |
| Fields | |
Instances
Orphan instances
| ToParam (QueryParam "namespace" Text) Source # | |
| Methods toParam :: Proxy (QueryParam "namespace" Text) -> DocQueryParam # | |