Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accept standard hlists as record/variant specs #14167

Merged
merged 15 commits into from
Jun 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
the steps themselves are internally consistent
  • Loading branch information
S11001001 committed Jun 13, 2022
commit aecd7359a1a95540075b52ba3ae6b69f18734d13
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ object TypedValueGenerators {
override def configure(in: (KS :->>: ValueAddend.Aux[KT]) :: Tl) = new Rules {
private[this] val h :: selfT = in
private[this] val self = TL configure selfT
type K = KS

override val t = (fname, h.t) :: self.t

Expand Down