Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
6848a992
Commit
6848a992
authored
May 28, 2018
by
Gabor Greif
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dead maybeIsLFCon
parent
25f01db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
compiler/codeGen/StgCmmClosure.hs
compiler/codeGen/StgCmmClosure.hs
+1
-6
No files found.
compiler/codeGen/StgCmmClosure.hs
View file @
6848a992
...
...
@@ -27,7 +27,7 @@ module StgCmmClosure (
mkApLFInfo
,
mkLFImported
,
mkLFArgument
,
mkLFLetNoEscape
,
mkLFStringLit
,
lfDynTag
,
maybeIsLFCon
,
isLFThunk
,
isLFReEntrant
,
lfUpdatable
,
isLFThunk
,
isLFReEntrant
,
lfUpdatable
,
-- * Used by other modules
CgLoc
(
..
),
SelfLoopInfo
,
CallMethod
(
..
),
...
...
@@ -387,11 +387,6 @@ lfDynTag _ _other = 0
-- Observing LambdaFormInfo
-----------------------------------------------------------------------------
-------------
maybeIsLFCon
::
LambdaFormInfo
->
Maybe
DataCon
maybeIsLFCon
(
LFCon
con
)
=
Just
con
maybeIsLFCon
_
=
Nothing
------------
isLFThunk
::
LambdaFormInfo
->
Bool
isLFThunk
(
LFThunk
{})
=
True
...
...
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