summaryrefslogtreecommitdiff
path: root/examples/tests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tests.hs')
-rw-r--r--examples/tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tests.hs b/examples/tests.hs
index 22c4674..4adc104 100644
--- a/examples/tests.hs
+++ b/examples/tests.hs
@@ -280,7 +280,7 @@ arit2 u = (vectorMapR Cos u) `mul` (vectorMapR Tan u)
280 ~|~ vectorMapR Sin u 280 ~|~ vectorMapR Sin u
281 281
282 282
283--arit3 (PairV u v) = vectorMap Sin . VectorMap Cos 283-- arit3 (PairV u v) =
284 284
285--------------------------------------------------------------------- 285---------------------------------------------------------------------
286 286