summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dobsan <pdobsan@gmail.com>2018-05-03 20:29:27 +0200
committerPeter Dobsan <pdobsan@gmail.com>2018-05-03 20:29:27 +0200
commit39a702012eb990ec7e0074632821416669e47bab (patch)
treee557dbd3e4edb39a97214074aa75e36748a32bb7
parentcafdc664c01ea7392c81c352b5c5444dc2963531 (diff)
parent9628df2c816dbc5d3dfba1b2d8ca88a88525859d (diff)
Merge branch 'fix-vector-show-instance'
-rw-r--r--packages/base/src/Internal/Container.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/src/Internal/Container.hs b/packages/base/src/Internal/Container.hs
index a498069..41b8214 100644
--- a/packages/base/src/Internal/Container.hs
+++ b/packages/base/src/Internal/Container.hs
@@ -43,8 +43,8 @@ import Prelude hiding ((<>))
43[-3.0,-0.5,2.0,4.5,7.0] 43[-3.0,-0.5,2.0,4.5,7.0]
44it :: Vector Double 44it :: Vector Double
45 45
46>>> linspace 5 (8,2:+1) :: Vector (Complex Double) 46>>> linspace 5 (8,3:+2) :: Vector (Complex Double)
47[8.0 :+ 0.0,6.5 :+ 0.25,5.0 :+ 0.5,3.5 :+ 0.75,2.0 :+ 1.0] 47[8.0 :+ 0.0,6.75 :+ 0.5,5.5 :+ 1.0,4.25 :+ 1.5,3.0 :+ 2.0]
48it :: Vector (Complex Double) 48it :: Vector (Complex Double)
49 49
50Logarithmic spacing can be defined as follows: 50Logarithmic spacing can be defined as follows: