We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8093e7 commit 297eedbCopy full SHA for 297eedb
Plausible/Sampleable.lean
@@ -118,8 +118,8 @@ class SampleableExt (α : Sort u) where
118
[sample : Arbitrary proxy]
119
interp : proxy → α
120
121
-attribute [instance] SampleableExt.proxyRepr
122
-attribute [instance] SampleableExt.shrink
+attribute [instance_reducible, instance] SampleableExt.proxyRepr
+attribute [instance_reducible, instance] SampleableExt.shrink
123
124
namespace SampleableExt
125
0 commit comments