Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pstateTabWidth :: PosState s -> Posmegaparsec Text.Megaparsec.State Tab width to use for column calculation
-
megaparsec Text.Megaparsec.Unicode Determine whether the given Char is “wide”, that is, whether it spans 2 columns instead of one.
hHideCursor :: Handle -> IO ()ansi-terminal System.Console.ANSI No documentation available.
hHyperlinkWithId :: Handle -> String -> String -> String -> IO ()ansi-terminal System.Console.ANSI No documentation available.
-
ansi-terminal System.Console.ANSI No documentation available.
-
ansi-terminal System.Console.ANSI No documentation available.
hyperlinkWithId :: String -> String -> String -> IO ()ansi-terminal System.Console.ANSI Introduce a hyperlink with an identifier for the link. Some terminals support an identifier, so that hyperlinks with the same identifier are treated as connected.
hyperlinkWithIdCode :: String -> String -> String -> Stringansi-terminal System.Console.ANSI Code to introduce a hyperlink with an identifier for the link. Some terminals support an identifier, so that hyperlinks with the same identifier are treated as connected.
listFilesInside :: (FilePath -> IO Bool) -> FilePath -> IO [FilePath]extra Extra Like listFilesRecursive, but with a predicate to decide where to recurse into. Typically directories starting with . would be ignored. The initial argument directory will have the test applied to it.
listTest (listFilesInside $ pure . not . isPrefixOf "." . takeFileName) ["bar.txt","foo" </> "baz.txt",".foo" </> "baz2.txt", "zoo"] ["bar.txt","zoo","foo" </> "baz.txt"] listTest (listFilesInside $ const $ pure False) ["bar.txt"] []
listFilesInside :: (FilePath -> IO Bool) -> FilePath -> IO [FilePath]extra System.Directory.Extra Like listFilesRecursive, but with a predicate to decide where to recurse into. Typically directories starting with . would be ignored. The initial argument directory will have the test applied to it.
listTest (listFilesInside $ pure . not . isPrefixOf "." . takeFileName) ["bar.txt","foo" </> "baz.txt",".foo" </> "baz2.txt", "zoo"] ["bar.txt","zoo","foo" </> "baz.txt"] listTest (listFilesInside $ const $ pure False) ["bar.txt"] []