mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-21 03:24:13 -05:00
7ebc0f2feb
This is because: * All type.Ref are now typed, so Typed was a tautology. * The only way to construct a type.Ref is with a Value, so FromValue was a tautology (with a small amount of work to remove callers of NewRef).