computational-algebra 0.0.3.1 → 0.0.3.2
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
Algebra/Ring/Polynomial/Parser.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE QuasiQuotes #-}-module Algebra.Ring.Polynomial.Parser where+module Algebra.Ring.Polynomial.Parser ( monomial, expression, variable, variableWithPower+ , number, integer, natural, parsePolyn) where import Algebra.Ring.Polynomial.Monomorphic import Control.Applicative hiding (many) import qualified Data.Map as M
computational-algebra.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: computational-algebra-version: 0.0.3.1+version: 0.0.3.2 synopsis: Well-kinded computational algebra library, currently supporting Groebner basis. description: Dependently-typed computational algebra libray for Groebner basis. homepage: https://github.com/konn/computational-algebra