Skip to content

Commit 3b915a2

Browse files
authored
Merge pull request #237 from mattam82/rewrite-in-lets
Adapt to Rocq PR # 20985 (backward compatible hint)
2 parents ffc92c5 + fb7760d commit 3b915a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theories/micromega/Tauto.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ Section S.
289289

290290
End S.
291291

292-
292+
#[global]
293+
Hint Extern 2 (subrelation (eiff _) _) => progress cbn : typeclass_instances.
293294

294295
(** Typical boolean formulae *)
295296
Definition eKind (k: kind) := if k then Prop else bool.

0 commit comments

Comments
 (0)