Don't print values with let bindings for things already in the ambient context #2218
Labels
C-Low Hanging Fruit
Ideal issue for new contributors.
L-Pretty-printing
Pretty-printing ASTs or values into a string representation.
T-UI
Involves the user interface.
For example:
There's no reason to print the
let x = 1 in ...
, sincex
is already in scope.See original discussion at #350 (comment)_
The text was updated successfully, but these errors were encountered: