Skip to content
Snippets Groups Projects
Commit 810ef79f authored by sheaf's avatar sheaf
Browse files

Remove redundant SOURCE import in FitTypes

parent aa50e118
Branches tc-errors
No related tags found
No related merge requests found
Pipeline #46484 passed with warnings
......@@ -5,7 +5,7 @@
module GHC.Tc.Errors.Hole.FitTypes where
import GHC.Base (Int, Maybe)
import {-# SOURCE #-} GHC.Types.Var (Id)
import GHC.Types.Var (Id)
import GHC.Types.Name (Name)
import GHC.Types.Name.Reader (GlobalRdrElt)
import GHC.Tc.Utils.TcType (TcType)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment