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 #
idSearchURI :: String -> String #
seqSearchURI :: SequenceData -> String #
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] #