autoexporter-1.1.3: Automatically re-export modules.

Safe HaskellNone
LanguageHaskell2010

Autoexporter

Description

This package isn't really meant to be used as a library. It's typically used as a GHC preprocessor, like so:

{-# OPTIONS_GHC -F -pgmF autoexporter #-}

For more information, please see the README on GitHub: https://github.com/tfausak/autoexporter#readme.

Documentation

main :: IO () Source #

takeWhileEnd :: (a -> Bool) -> [a] -> [a] Source #