oeis-0.3.10: Interface to the Online Encyclopedia of Integer Sequences (OEIS)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.OEIS.Internal

Description

This module exists just to facilitate testing. Nothing here is part of the OEIS API.

Documentation

idSearchURI :: String -> String Source #

getOEIS :: (a -> String) -> a -> IO [OEISSequence] Source #

get :: URI -> IO (Maybe String) Source #

request :: URI -> Request String Source #

capitalize :: String -> String Source #

addElement :: (Char, String) -> OEISSequence -> OEISSequence Source #

parseRawOEIS :: [String] -> [(Char, String)] Source #

parseKeywords :: String -> [Keyword] Source #

csvItems :: String -> [String] Source #

del :: Char -> String -> String Source #

parseItem :: String -> (Char, String) Source #

combineConts :: [String] -> [String] Source #

splitWord :: String -> (String, String) Source #

isItem :: String -> Bool Source #

joinConts :: String -> [String] -> String Source #

trimLeft :: String -> String Source #