blob: 21728d3ffa0e8f19a88874fa187e3585ba263c15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/MathPoly.lhs.orig 2018-04-25 07:08:26 UTC
+++ src/MathPoly.lhs
@@ -13,7 +13,7 @@ are subtle differences, and they will grow over time \
> module MathPoly ( module MathPoly, substitute, number )
> where
>
-> import Prelude hiding ( lines )
+> import Prelude hiding ( lines, (<>) )
> import Data.List ( partition, nub, insert, sort, transpose )
> import Numeric ( showFFloat )
> import Control.Applicative ( many )
|