We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdb988 commit 2968d4aCopy full SHA for 2968d4a
src/Low/Pretty.hs
@@ -90,7 +90,7 @@ prettyTerm env = \case
90
2
91
( vcat $
92
(prettyBranch env <$> branches)
93
- <> [ "_" <+> "->" <> prettyTerm env branch
+ <> [ "_" <+> "->" <+> prettyTerm env branch
94
| Just branch <- [defaultBranch]
95
]
96
)
0 commit comments