algebra 2.0.5 → 2.0.6
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- Numeric/Covector.hs +2/−1
- algebra.cabal +1/−1
Numeric/Covector.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE MultiParamTypeClasses, FlexibleInstances, FlexibleContexts #-}-module Numeric.Covector +module Numeric.Covector ( Covector(..)+ , ($*) -- * Covectors as linear functionals , counitM , unitM
algebra.cabal view
@@ -1,6 +1,6 @@ name: algebra category: Math, Algebra-version: 2.0.5+version: 2.0.6 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE