You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traits that take a TargetInterner as argument should use the Interner instead (so Fold<I: Interner, TI: TargetInterner<I> = I> becomes Fold<I: Interner>)
Comments mentioning TargetInterner/TI should be simplified
The derive_fold macro should not generate TargetInterner bounds any more
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The
TargetInterner
in theFold
traits is problematic for the shared type library, so we should remove it.TargetInterner
traitTargetInterner
as argument should use theInterner
instead (soFold<I: Interner, TI: TargetInterner<I> = I>
becomesFold<I: Interner>
)derive_fold
macro should not generateTargetInterner
bounds any moreThe text was updated successfully, but these errors were encountered: