dustme-0.1.0.0: Initial project template from stack

Safe HaskellSafe
LanguageHaskell2010

Dustme

Documentation

dustme :: t -> IO () Source #

setup :: (SearchOp -> Search -> [Match] -> (Search, [Text])) -> [Match] -> TTY -> IO () Source #

clamp :: (Num t, Ord t) => t -> t -> t Source #