Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
ea033094
Commit
ea033094
authored
Apr 25, 2007
by
Simon Marlow
Browse files
the Unknown types aren't required now
parent
568e6b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/prelude/PrelNames.lhs
View file @
ea033094
...
...
@@ -191,8 +191,7 @@ basicKnownKeyNames
otherwiseIdName, inlineIdName,
plusIntegerName, timesIntegerName,
eqStringName, assertName, breakpointName, breakpointCondName,
breakpointAutoName, opaqueTyConName, unknownTyConName,
unknown1TyConName, unknown2TyConName, unknown3TyConName,
breakpointAutoName, opaqueTyConName,
assertErrorName, runSTRepName,
printName, fstName, sndName,
...
...
@@ -503,10 +502,6 @@ assertName = varQual gHC_BASE FSLIT("assert") assertIdKey
breakpointName = varQual gHC_BASE FSLIT("breakpoint") breakpointIdKey
breakpointCondName= varQual gHC_BASE FSLIT("breakpointCond") breakpointCondIdKey
breakpointAutoName= varQual gHC_BASE FSLIT("breakpointAuto") breakpointAutoIdKey
unknownTyConName = tcQual gHC_BASE FSLIT("Unknown") unknownTyConKey
unknown1TyConName = tcQual gHC_BASE FSLIT("Unknown1") unknown1TyConKey
unknown2TyConName = tcQual gHC_BASE FSLIT("Unknown2") unknown2TyConKey
unknown3TyConName = tcQual gHC_BASE FSLIT("Unknown3") unknown3TyConKey
opaqueTyConName = tcQual gHC_BASE FSLIT("Opaque") opaqueTyConKey
breakpointJumpName
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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