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
baseSearchURI :: String Source #
idSearchURI :: String -> String Source #
seqSearchURI :: SequenceData -> String Source #
getOEIS :: (a -> String) -> a -> IO (Maybe OEISSequence) Source #
readKeyword :: String -> Keyword Source #
capitalize :: String -> String Source #
addElement :: (Char, String) -> OEISSequence -> OEISSequence Source #
parseOEIS :: String -> Maybe OEISSequence Source #
parseRawOEIS :: [String] -> [(Char, String)] Source #
parseKeywords :: String -> [Keyword] Source #
combineConts :: [String] -> [String] Source #