Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
InvalidDir :: FilePath -> PathExceptionpath Path.Windows No documentation available.
InvalidExtension :: String -> PathExceptionpath Path.Windows No documentation available.
InvalidFile :: FilePath -> PathExceptionpath Path.Windows No documentation available.
InvalidRelDir :: FilePath -> PathExceptionpath Path.Windows No documentation available.
InvalidRelFile :: FilePath -> PathExceptionpath Path.Windows No documentation available.
hideCon :: Bool -> (Name -> Bool) -> Value -> Valuepretty-show Text.Show.Pretty Hide constrcutros matching the given predicate. If the hidden value is in a record, we also hide the corresponding record field. If the boolean flag is true, then we also hide constructors all of whose fields were hidden.
ppHide :: (Name -> Bool) -> a -> PreProc apretty-show Text.Show.Pretty Hide the given constructors when showing a value.
ppHideNested :: (Name -> Bool) -> a -> PreProc apretty-show Text.Show.Pretty Hide the given constructors when showing a value. In addition, hide values if all of their children were hidden.
wideListWidth :: HtmlOpts -> Intpretty-show Text.Show.Pretty Max. number of columns in wide lists.
-
Convert Haskell values to and from HTTP API data such as URL pieces, headers and query parameters.