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
link to #14189
  • Loading branch information
S11001001 committed Jun 15, 2022
commit 7c2aa0100bd2dfd16796a7210bfc3c2ea1d00614
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ object TypedValueGenerators {
}
}

// TODO SC #14167 replace remaining explicit syntax and deprecate
// TODO SC #14189 replace remaining explicit syntax and deprecate
private[daml] val RNil: shapeless.HNil.type = shapeless.HNil

sealed abstract class RecVarSpec[-In] { self =>
Expand Down