oeis2-1.0.2: Interface for Online Encyclopedia of Integer Sequences (OEIS).

Safe HaskellSafe
LanguageHaskell2010

Math.OEIS.Types

Documentation

type SeqData = [Integer] #

type Texts = [Text] #

type Language = Text #

type Program = (Language, [Text]) #

data Keyword #

Instances
Eq Keyword # 
Instance details

Defined in Math.OEIS.Types

Methods

(==) :: Keyword -> Keyword -> Bool #

(/=) :: Keyword -> Keyword -> Bool #

Read Keyword # 
Instance details

Defined in Math.OEIS.Types

Show Keyword # 
Instance details

Defined in Math.OEIS.Types

data OEISData #

Instances
Show OEISData # 
Instance details

Defined in Math.OEIS.Types

data OEISSeq #

Instances
Eq OEISSeq # 
Instance details

Defined in Math.OEIS.Types

Methods

(==) :: OEISSeq -> OEISSeq -> Bool #

(/=) :: OEISSeq -> OEISSeq -> Bool #

Read OEISSeq # 
Instance details

Defined in Math.OEIS.Types

Show OEISSeq # 
Instance details

Defined in Math.OEIS.Types