diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-11-01 12:11:17 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-05 11:39:13 -0500 |
commit | b7460492393142ad49244af512053c12296bf7eb (patch) | |
tree | bca9e8be402f654ce1ec272e969e82ad8f932ae3 | |
parent | e6ffe148a17c93e05b410cb49bcc868f9d72c807 (diff) | |
download | haskell-b7460492393142ad49244af512053c12296bf7eb.tar.gz |
CoreTidy: hide tidyRule
-rw-r--r-- | compiler/coreSyn/CoreTidy.hs | 2 |
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" |