Skip to content

Commit d3b7bd2

Browse files
authored
debugUnifyBottomAndReturnBottom: remove duplicate call to TermLike.mapVariables (#2771)
1 parent 8435409 commit d3b7bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kore/src/Kore/Log/DebugUnifyBottom.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ debugUnifyBottomAndReturnBottom ::
9393
debugUnifyBottomAndReturnBottom info first second = do
9494
debugUnifyBottom
9595
info
96-
(TermLike.mapVariables (pure $ from @_ @VariableName) first)
97-
(TermLike.mapVariables (pure $ from @_ @VariableName) second)
96+
first
97+
second
9898
empty

0 commit comments

Comments
 (0)