diff options
author | simonpj@microsoft.com <unknown> | 2010-12-10 08:42:55 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2010-12-10 08:42:55 +0000 |
commit | 3e09edbc9e9c2bd8b0fddc946ce28014881cbfa1 (patch) | |
tree | 0412ff59b3ad25fc6ba2f685cf235ef10ceae6e4 /compiler/deSugar/DsMeta.hs | |
parent | b32e8c32b529411536612662d61f5445cee456db (diff) | |
download | haskell-3e09edbc9e9c2bd8b0fddc946ce28014881cbfa1.tar.gz |
White space only
Diffstat (limited to 'compiler/deSugar/DsMeta.hs')
-rw-r--r-- | compiler/deSugar/DsMeta.hs | 2 |
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 |