diff options
Diffstat (limited to 'lib/Numeric/GSL/Special/auto.hs')
-rw-r--r-- | lib/Numeric/GSL/Special/auto.hs | 6 |
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 | |||
198 | showHa (t,a) = showHt t | 198 | showHa (t,a) = showHt t |
199 | 199 | ||
200 | showFull hc h@(Header t n args) = -- "\n-- | wrapper for "++showC h | 200 | showFull 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 | ||
206 | fixmd1 = rep ("Gsl_mode_t","Precision") | 206 | fixmd1 = rep ("Gsl_mode_t","Precision") |
207 | fixmd2 = rep ("mode"," (precCode mode)") | 207 | fixmd2 = rep ("mode"," (precCode mode)") |