mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 04:28:53 -05:00
6178251012
This requires all parameterized types to have type params. Fortunately one can use `T<any>` which has the same behavior as the old `T` syntax. We should tighten the types further after this but this unblocks us. Fixes #2301