Skip to content

Commit

Permalink
Remove now unnecessary prettyIx
Browse files Browse the repository at this point in the history
  • Loading branch information
dolio committed Sep 30, 2024
1 parent 4ff96ef commit 3164f82
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions unison-runtime/src/Unison/Runtime/MCode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1689,14 +1689,6 @@ prettySection ind sec =
. showString " ->\n"
. prettyBranches (ind + 1) e

prettyIx :: CombIx -> ShowS
prettyIx (CIx _ c s) =
showString "Resume["
. shows c
. showString ","
. shows s
. showString "]"

prettyBranches :: (Show comb) => Int -> GBranch comb -> ShowS
prettyBranches ind bs =
case bs of
Expand Down

0 comments on commit 3164f82

Please sign in to comment.