Skip to content

Commit

Permalink
Restyled by fourmolu (#1471)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
restyled-io[bot] and restyled-commits authored Aug 26, 2023
1 parent 5d88737 commit b303b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Swarm/Language/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ instance PrettyPrec Term where
prettyPrec _ (TVar s) = pretty s
prettyPrec _ (TDelay _ t) = group . encloseWithIndent 2 lbrace rbrace $ ppr t
prettyPrec _ t@TPair {} = prettyTuple t
prettyPrec p t@(TLam {}) =
prettyPrec p t@(TLam {}) =
pparens (p > 9) $
prettyLambdas t
-- Special handling of infix operators - ((+) 2) 3 --> 2 + 3
Expand Down

0 comments on commit b303b9e

Please sign in to comment.