zachallaun/mneme

Diff: minimize different branches with unique and identical children

zachallaun opened this issue · 1 comments

# old
{1,2,3,4,5,6}

# new
[1,2,3,4,5,6]

# Only needs to consider {} and []

This isn't as straightforward as I originally thought because highlighting will show the entire tuple/list being removed/added, not just the delimiters. Going to close for now.