Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
96088030
Commit
96088030
authored
Jul 31, 2008
by
batterseapower
Browse files
Minor refactoring in RtClosureInspect
parent
4787a076
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/ghci/RtClosureInspect.hs
View file @
96088030
...
...
@@ -445,7 +445,7 @@ cPprTermBase y =
isTupleTy
ty
=
fromMaybe
False
$
do
(
tc
,
_
)
<-
splitTyConApp_maybe
ty
return
(
tc
`
elem
`
(
fst
.
unzip
.
elems
)
b
oxedTuple
Arr
)
return
(
isB
oxedTuple
TyCon
tc
)
isTyCon
a_tc
ty
=
fromMaybe
False
$
do
(
tc
,
_
)
<-
splitTyConApp_maybe
ty
...
...
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