Safe Haskell | None |
---|---|
Language | Haskell2010 |
Math.OEIS.Internal
Description
This module exists just to facilitate testing. Nothing here is part of the OEIS API.
Documentation
idSearchURI :: String -> String
seqSearchURI :: SequenceData -> String
getOEIS :: (a -> String) -> a -> IO (Maybe OEISSequence)
readKeyword :: String -> Keyword
capitalize :: String -> String
addElement :: (Char, String) -> OEISSequence -> OEISSequence
parseOEIS :: String -> Maybe OEISSequence
parseRawOEIS :: [String] -> [(Char, String)]
parseKeywords :: String -> [Keyword]
combineConts :: [String] -> [String]