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
Re-add typeclass derivation and integrate with refined
Define a trait to extend that abstract def for p2e and proxies to validate and optional
Syntax sugar for HList def, so I can do ('foo ->> bar) + ('baz ->> quux) and ideally skip shapeless imports (record will be tricky but maybe wrapper type will work)
('foo ->> bar) + ('baz ->> quux)and ideally skip shapeless imports (record will be tricky but maybe wrapper type will work)