Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getSequenceByID_IO :: String -> IO (Maybe SequenceData)oeis Math.OEIS The same as getSequenceByID, but with a result in the IO monad.
lookupSequence :: SequenceData -> Maybe OEISSequenceoeis Math.OEIS Find a matching sequence in the OEIS database, returning a data structure containing the entirety of the information the OEIS has on the sequence. The standard disclaimer about not being in the IO monad applies.
lookupSequenceByID :: String -> Maybe OEISSequenceoeis Math.OEIS Look up a sequence by ID number, returning a data structure containing the entirety of the information the OEIS has on the sequence. The standard disclaimer about not being in the IO monad applies. Examples:
Prelude Math.OEIS> description `fmap` lookupSequenceByID "A000040" Just "The prime numbers." Prelude Math.OEIS> keywords `fmap` lookupSequenceByID "A000105" Just [Nonn,Hard,Nice,Core]
lookupSequenceByID_IO :: String -> IO (Maybe OEISSequence)oeis Math.OEIS The same as lookupSequenceByID, but in the IO monad.
lookupSequence_IO :: SequenceData -> IO (Maybe OEISSequence)oeis Math.OEIS The same as lookupSequence, but in the IO monad.
lookupSequences_IO :: SequenceData -> IO [OEISSequence]oeis Math.OEIS Similar to lookupSequence_IO, but return up to 10 results.
searchSequence_IO :: String -> IO (Maybe OEISSequence)oeis Math.OEIS Look up a sequence in the OEIS using its search function.
searchSequences_IO :: String -> IO [OEISSequence]oeis Math.OEIS Look up sequences in the OEIS using its search function (returns up to 10 results).
BadSequenceId :: ExceptionTypepinch Pinch.Client No documentation available.
BadSequenceId :: ExceptionTypepinch Pinch.Internal.Exception No documentation available.