X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FUtils%2FHsTools.hs;h=ca20441cc706a360b17cc1b53c40fff89fde77a2;hb=51a7bd0bb429d112154578fdd1dfd706e6e01f6e;hp=1bad94167b9f0a5d197798ba290e7c477dd2511e;hpb=ec4378a8a765c5a064b5cbed347b40c353c778a0;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/CLasH/Utils/HsTools.hs" "b/c\316\273ash/CLasH/Utils/HsTools.hs" index 1bad941..ca20441 100644 --- "a/c\316\273ash/CLasH/Utils/HsTools.hs" +++ "b/c\316\273ash/CLasH/Utils/HsTools.hs" @@ -1,5 +1,5 @@ {-# LANGUAGE ViewPatterns #-} -module HsTools where +module CLasH.Utils.HsTools where -- Standard modules import qualified Unsafe.Coerce @@ -53,8 +53,8 @@ import qualified TyCon -- Local imports -import GhcTools -import CoreShow +import CLasH.Utils.GhcTools +import CLasH.Utils.Core.CoreShow -- | Translate a HsExpr to a Core expression. This does renaming, type -- checking, simplification of class instances and desugaring. The result is