classify-2012.10.21: Library for classification of media files.

Safe HaskellNone

Data.Classify.Parser

Documentation

run :: Eq a => ReadP a -> [Char] -> [a]Source

getDigits :: Read b => t -> ReadP bSource

mkDate :: MonadPlus m => Int -> Int -> Int -> t -> m (Version, t)Source

trim :: [Char] -> [Char]Source