Skip to content

Commit a17a095

Browse files
committed
Remove warning under 8.12
1 parent 8b5ff07 commit a17a095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/Demo.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Smpl Print len.
4747

4848
(* At this point, [len simpl] behaves like [ first [ len_simpl_map | len_simpl_app ] ] *)
4949

50-
Hint Extern 0 => len_simpl.
50+
Hint Extern 0 => len_simpl : core.
5151

5252
Goal (forall X (f:X->X) L L', length (f ⊝ (L ++ L')) = length (f ⊝ L ++ f ⊝ L')).
5353
eauto.

0 commit comments

Comments
 (0)