mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-23 02:40:49 -05:00
84b4aba5a6
We now print map and set values as:
```
map {
"string": 42,
"set": set {
true,
false,
},
}
```
Towards #1466