-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | A lousy Prelude replacement by a lousy dude
--
-- A lousy Prelude replacement by a lousy dude. Imports common things
-- while trying to avoid importing things could cause naming conflicts.
-- Favors Text over String. Wants using IO to be
-- painful.
@package bizzlelude
@version 1.0
module Bizzlelude
(|>) :: a -> (a -> b) -> b
asPath :: Text -> FilePath
asString :: Text -> String
asText :: String -> Text
concat :: (Foldable t, MonadPlus m) => t (m a) -> m a
error :: Text -> a
groupOn :: Ord criterion => (item -> criterion) -> [item] -> [[item]]
listDirsRecursively :: FilePath -> IO [FilePath]
map :: (Functor f) => (a -> b) -> f a -> f b
putStrFlush :: Text -> IO ()
scalaGroupBy :: Ord criterion => (item -> criterion) -> [item] -> [(criterion, [item])]
unsafeRead :: Integral a => Text -> a