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
SR-12148 Make differentiation work with class types
Issue Description:
Enable differentiation of class methods.
This requires adding JVP/VJP entries to vtables, similar to how entries are added to protocol witness tables. Prototype and detailed explanation by @marcrasi.