summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2019-11-01 12:11:17 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-05 11:39:13 -0500
commitb7460492393142ad49244af512053c12296bf7eb (patch)
treebca9e8be402f654ce1ec272e969e82ad8f932ae3
parente6ffe148a17c93e05b410cb49bcc868f9d72c807 (diff)
downloadhaskell-b7460492393142ad49244af512053c12296bf7eb.tar.gz
CoreTidy: hide tidyRule
-rw-r--r--compiler/coreSyn/CoreTidy.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreTidy.hs b/compiler/coreSyn/CoreTidy.hs
index 135d8e9b5b..3c924663f5 100644
--- a/compiler/coreSyn/CoreTidy.hs
+++ b/compiler/coreSyn/CoreTidy.hs
@@ -9,7 +9,7 @@ The code for *top-level* bindings is in TidyPgm.
{-# LANGUAGE CPP #-}
module CoreTidy (
- tidyExpr, tidyRule, tidyRules, tidyUnfolding
+ tidyExpr, tidyRules, tidyUnfolding
) where
#include "HsVersions.h"