Skip to content

Commit

Permalink
Update parser-typechecker/src/Unison/Syntax/TermPrinter.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
pchiusano authored Aug 14, 2023
1 parent c287cf4 commit 2528ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser-typechecker/src/Unison/Syntax/TermPrinter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ prettyBinding0' a@AmbientContext {imports = im, docContext = doc} v term =
styleHashQualified'' (fmt $ S.HashQualifier v) $ elideFQN im v,
fmt S.Var $ PP.text (Var.name y)
]
x : _ ->
[x] ->
PP.sep
" "
[
Expand Down

0 comments on commit 2528ef2

Please sign in to comment.