Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
f50b7874
Commit
f50b7874
authored
Mar 14, 2007
by
Brian Alliet
Browse files
Update the wired-in name for Data.String.IsString
parent
820ae4cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/prelude/PrelNames.lhs
View file @
f50b7874
...
...
@@ -664,7 +664,7 @@ loopAName = varQual aRROW FSLIT("loop") loopAIdKey
monadPlusClassName = clsQual mONAD FSLIT("MonadPlus") monadPlusClassKey
randomClassName = clsQual rANDOM FSLIT("Random") randomClassKey
randomGenClassName = clsQual rANDOM FSLIT("RandomGen") randomGenClassKey
isStringClassName = clsQual
gHC_BASE
FSLIT("IsString") isStringClassKey
isStringClassName = clsQual
dATA_STRING
FSLIT("IsString") isStringClassKey
-- dotnet interop
objectTyConName = tcQual dOTNET FSLIT("Object") objectTyConKey
...
...
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