mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-05 11:21:58 -05:00
9e7fa76506
When computing if a Map/Set key contains another Map/Set/List we need to ensure that we are not hitting a recursive type or we hit an i-loop. Partial fix for #320