summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Special/auto.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/GSL/Special/auto.hs')
-rw-r--r--lib/Numeric/GSL/Special/auto.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Numeric/GSL/Special/auto.hs b/lib/Numeric/GSL/Special/auto.hs
index 6727399..011272c 100644
--- a/lib/Numeric/GSL/Special/auto.hs
+++ b/lib/Numeric/GSL/Special/auto.hs
@@ -198,10 +198,10 @@ showHt (Pointer t) = "Ptr "++ht t
198showHa (t,a) = showHt t 198showHa (t,a) = showHt t
199 199
200showFull hc h@(Header t n args) = -- "\n-- | wrapper for "++showC h 200showFull hc h@(Header t n args) = -- "\n-- | wrapper for "++showC h
201 -- ++"\n--\n-- "++google n ++"\n" 201 -- ++"\n--\n-- "++google n ++"\n"++
202 -- ++ "\n" ++ 202 -- ++ "\n" ++
203 boiler h ++ "\n" ++ 203 "\n" ++ boiler h ++
204 showH hc h 204 "\n" ++ showH hc h
205 205
206fixmd1 = rep ("Gsl_mode_t","Precision") 206fixmd1 = rep ("Gsl_mode_t","Precision")
207fixmd2 = rep ("mode"," (precCode mode)") 207fixmd2 = rep ("mode"," (precCode mode)")