Skip to content

Commit 297eedb

Browse files
committed
adaptations for leanprover/lean4#12263
1 parent a8093e7 commit 297eedb

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)