summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsMeta.hs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-12-10 08:42:55 +0000
committersimonpj@microsoft.com <unknown>2010-12-10 08:42:55 +0000
commit3e09edbc9e9c2bd8b0fddc946ce28014881cbfa1 (patch)
tree0412ff59b3ad25fc6ba2f685cf235ef10ceae6e4 /compiler/deSugar/DsMeta.hs
parentb32e8c32b529411536612662d61f5445cee456db (diff)
downloadhaskell-3e09edbc9e9c2bd8b0fddc946ce28014881cbfa1.tar.gz
White space only
Diffstat (limited to 'compiler/deSugar/DsMeta.hs')
-rw-r--r--compiler/deSugar/DsMeta.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/DsMeta.hs b/compiler/deSugar/DsMeta.hs
index a8923494d9..7d70ad8d6f 100644
--- a/compiler/deSugar/DsMeta.hs
+++ b/compiler/deSugar/DsMeta.hs
@@ -959,7 +959,7 @@ rep_bind (L _ (VarBind { var_id = v, var_rhs = e}))
; ans <- repVal patcore x empty_decls
; return (srcLocSpan (getSrcLoc v), ans) }
-rep_bind (L _ (AbsBinds {})) = panic "rep_bind: AbsBinds"
+rep_bind (L _ (AbsBinds {})) = panic "rep_bind: AbsBinds"
-----------------------------------------------------------------------------
-- Since everything in a Bind is mutually recursive we need rename all