Skip to content

Commit 5b20d91

Browse files
committed
Merge remote-tracking branch 'origin/nightly-testing' into bump_to_v4.29.0-rc1
# Conflicts: # lean-toolchain
2 parents be382e4 + 0498c36 commit 5b20d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plausible/Sampleable.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ class SampleableExt (α : Sort u) where
118118
[sample : Arbitrary proxy]
119119
interp : proxy → α
120120

121-
attribute [instance] SampleableExt.proxyRepr
122-
attribute [instance] SampleableExt.shrink
121+
attribute [instance_reducible, instance] SampleableExt.proxyRepr
122+
attribute [instance_reducible, instance] SampleableExt.shrink
123123

124124
namespace SampleableExt
125125

0 commit comments

Comments
 (0)