Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2108ca66
Commit
2108ca66
authored
Aug 05, 2008
by
Ian Lynagh
Browse files
Move the Char datatype into ghc-prim
parent
b4c85c97
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/prelude/TysWiredIn.lhs
View file @
2108ca66
...
...
@@ -147,8 +147,8 @@ mkWiredInDataConName built_in modu fs unique datacon
built_in
charTyConName, charDataConName, intTyConName, intDataConName :: Name
charTyConName = mkWiredInTyConName UserSyntax gHC_
BASE
(fsLit "Char") charTyConKey charTyCon
charDataConName = mkWiredInDataConName UserSyntax gHC_
BASE
(fsLit "C#") charDataConKey charDataCon
charTyConName = mkWiredInTyConName UserSyntax gHC_
TYPES
(fsLit "Char") charTyConKey charTyCon
charDataConName = mkWiredInDataConName UserSyntax gHC_
TYPES
(fsLit "C#") charDataConKey charDataCon
intTyConName = mkWiredInTyConName UserSyntax gHC_BASE (fsLit "Int") intTyConKey intTyCon
intDataConName = mkWiredInDataConName UserSyntax gHC_BASE (fsLit "I#") intDataConKey intDataCon
...
...
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