Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,272
Issues
4,272
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
413
Merge Requests
413
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
479f4cac
Commit
479f4cac
authored
Feb 21, 2007
by
simonpj@microsoft.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import trimming
parent
eb2bf7ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
compiler/coreSyn/CorePrep.lhs
compiler/coreSyn/CorePrep.lhs
+0
-3
compiler/coreSyn/CoreSyn.lhs
compiler/coreSyn/CoreSyn.lhs
+0
-1
compiler/specialise/Rules.lhs
compiler/specialise/Rules.lhs
+1
-1
No files found.
compiler/coreSyn/CorePrep.lhs
View file @
479f4cac
...
...
@@ -34,9 +34,6 @@ import ErrUtils
import DynFlags
import Util
import Outputable
import TysWiredIn
import MkId
import TysPrim
\end{code}
-- ---------------------------------------------------------------------------
...
...
compiler/coreSyn/CoreSyn.lhs
View file @
479f4cac
...
...
@@ -54,7 +54,6 @@ import Var
import Type
import Coercion
import Name
import OccName
import Literal
import DataCon
import BasicTypes
...
...
compiler/specialise/Rules.lhs
View file @
479f4cac
...
...
@@ -35,7 +35,7 @@ import IdInfo ( SpecInfo( SpecInfo ) )
import Var ( Var )
import VarEnv
import VarSet
import Name ( Name, NamedThing(..)
, nameOccName
)
import Name ( Name, NamedThing(..) )
import NameEnv
import Unify ( ruleMatchTyX, MatchEnv(..) )
import BasicTypes ( Activation, CompilerPhase, isActive )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment