computational-algebra-0.3.0.0: Well-kinded computational algebra library, currently supporting Groebner basis.

Safe HaskellNone

Algebra.Ring.Polynomial.Parser

Documentation

monomial :: forall str s. ListLike str Char => Parser (MemoTable str) str s MonomialSource

expression :: forall str s. ListLike str Char => Parser (MemoTable str) str s (Polynomial Rational)Source

variable :: forall str s. ListLike str Char => Parser (MemoTable str) str s VariableSource

variableWithPower :: forall str s. ListLike str Char => Parser (MemoTable str) str s (Variable, Integer)Source

number :: forall str s. ListLike str Char => Parser (MemoTable str) str s RationalSource

integer :: forall str s. ListLike str Char => Parser (MemoTable str) str s IntegerSource

natural :: forall str s. ListLike str Char => Parser (MemoTable str) str s IntegerSource