Skip to content

Commit ec02c41

Browse files
authored
SideCondition.toRepresentation: remove mapVariables (#2510)
1 parent 54dda19 commit ec02c41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

kore/src/Kore/Internal/SideCondition.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,7 @@ toRepresentation ::
384384
InternalVariable variable =>
385385
SideCondition variable ->
386386
SideCondition.Representation
387-
toRepresentation =
388-
mkRepresentation
389-
. mapVariables @_ @VariableName (pure toVariableName)
387+
toRepresentation = mkRepresentation
390388

391389
-- | Looks up the term in the table of replacements.
392390
replaceTerm ::

0 commit comments

Comments
 (0)