Hoogle Search
Within LTS Haskell 24.20 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
-<.> ) :: MonadThrow m => Path b File -> String -> m (Path b File)path Path.Posix Deprecated: Please use replaceExtension instead.
(
<.> ) :: MonadThrow m => Path b File -> String -> m (Path b File)path Path.Posix Deprecated: Please use addExtension instead.
(
-<.> ) :: MonadThrow m => Path b File -> String -> m (Path b File)path Path.Windows Deprecated: Please use replaceExtension instead.
(
<.> ) :: MonadThrow m => Path b File -> String -> m (Path b File)path Path.Windows Deprecated: Please use addExtension instead.
(
$.// ) :: Cursor node -> (Cursor node -> [a]) -> [a]xml-conduit Text.XML.Cursor Apply an axis to a 'Cursor node' as well as its descendants.
(
&.// ) :: Axis node -> (Cursor node -> [a]) -> Cursor node -> [a]xml-conduit Text.XML.Cursor Combine two axes so that the second works on both the result nodes, and their descendants.
(
$.// ) :: Cursor node -> (Cursor node -> [a]) -> [a]xml-conduit Text.XML.Cursor.Generic Apply an axis to a 'Cursor node' as well as its descendants.
(
&.// ) :: Axis node -> (Cursor node -> [a]) -> Cursor node -> [a]xml-conduit Text.XML.Cursor.Generic Combine two axes so that the second works on both the result nodes, and their descendants.
(
:. ) :: forall x (xs :: [Type]) . x -> Context xs -> Context (x ': xs)servant-server Servant.Server No documentation available.
(
:. ) :: forall x (xs :: [Type]) . x -> Context xs -> Context (x ': xs)servant-server Servant.Server.Internal.Context No documentation available.