jukebox-0.2.14: A first-order reasoning toolbox

Safe HaskellNone
LanguageHaskell98

Jukebox.Toolbox

Documentation

(=>>=) :: (Monad m, Applicative f) => f (a -> m b) -> f (b -> m c) -> f (a -> m c) infixl 1 Source #

(=>>) :: (Monad m, Applicative f) => f (m a) -> f (m b) -> f (m b) infixl 1 Source #

allFiles :: (FilePath -> IO ()) -> [FilePath] -> IO () Source #

prettyPrintIO :: (a -> String) -> GlobalFlags -> (String -> IO ()) -> a -> IO () Source #