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

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

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

request :: URI -> Request String Source #