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,321
Issues
4,321
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
387
Merge Requests
387
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
6c7dde38
Commit
6c7dde38
authored
Mar 18, 2002
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2002-03-18 09:45:54 by simonmar]
PrelGHC ==> GHC.Prim (in comments only)
parent
9191c630
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ghc/compiler/ghci/ByteCodeGen.lhs
ghc/compiler/ghci/ByteCodeGen.lhs
+5
-5
No files found.
ghc/compiler/ghci/ByteCodeGen.lhs
View file @
6c7dde38
...
...
@@ -591,7 +591,7 @@ schemeE d s p other
-- and enter. Four cases:
--
-- 0. (Nasty hack).
-- An application "
PrelGHC
.tagToEnum# <type> unboxed-int".
-- An application "
GHC.Prim
.tagToEnum# <type> unboxed-int".
-- The int will be on the stack. Generate a code sequence
-- to convert it to the relevant constructor, SLIDE and ENTER.
--
...
...
@@ -961,16 +961,16 @@ mkDummyLiteral pr
-- Convert (eg)
--
PrelGHC.Char# -> PrelGHC.State# PrelGHC
.RealWorld
-- -> (#
PrelGHC.State# PrelGHC.RealWorld, PrelGHC
.Int# #)
--
GHC.Prim.Char# -> GHC.Prim.State# GHC.Prim
.RealWorld
-- -> (#
GHC.Prim.State# GHC.Prim.RealWorld, GHC.Prim
.Int# #)
--
-- to Just IntRep
-- and check that an unboxed pair is returned wherein the first arg is VoidRep'd.
--
-- Alternatively, for call-targets returning nothing, convert
--
--
PrelGHC.Char# -> PrelGHC.State# PrelGHC
.RealWorld
-- -> (#
PrelGHC.State# PrelGHC
.RealWorld #)
--
GHC.Prim.Char# -> GHC.Prim.State# GHC.Prim
.RealWorld
-- -> (#
GHC.Prim.State# GHC.Prim
.RealWorld #)
--
-- to Nothing
...
...
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