Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
c0179239
Commit
c0179239
authored
Jun 22, 2004
by
Ronny Wichers Schreur
🏘
Browse files
bug fix: introduce Char type constructor for Char type (instead of Int)
parent
d87fd52e
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/typereify.icl
View file @
c0179239
...
...
@@ -565,7 +565,7 @@ instance reify BasicType where
predef
BT_Int
=
PD_Dyn_TypeCodeConstructorInt
predef
BT_Char
=
PD_Dyn_TypeCodeConstructor
Int
=
PD_Dyn_TypeCodeConstructor
Char
predef
BT_Real
=
PD_Dyn_TypeCodeConstructorReal
predef
BT_Bool
...
...
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