| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Math.Algebras.LaurentPoly
Documentation
data LaurentMonomial Source #
Constructors
| LM Int [(String, Int)] |
Instances
type LaurentPoly k = Vect k LaurentMonomial Source #
lvar :: String -> LaurentPoly Q Source #
q :: LaurentPoly Q Source #
q' :: LaurentPoly Q Source #