protolude-0.1.0: A sensible set of defaults for writing custom Preludes.

Safe HaskellNone
LanguageHaskell2010

Protolude

Documentation

identity :: a -> a Source

bool :: a -> a -> Bool -> a Source

(&) :: a -> (a -> b) -> b infixl 1 Source

uncons :: [a] -> Maybe (a, [a]) Source

applyN :: Int -> (a -> a) -> a -> a Source

print :: (MonadIO m, Show a) => a -> m () Source

type LText = Text Source