We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5ff07 commit a17a095Copy full SHA for a17a095
theories/Demo.v
@@ -47,7 +47,7 @@ Smpl Print len.
47
48
(* At this point, [len simpl] behaves like [ first [ len_simpl_map | len_simpl_app ] ] *)
49
50
-Hint Extern 0 => len_simpl.
+Hint Extern 0 => len_simpl : core.
51
52
Goal (forall X (f:X->X) L L', length (f ⊝ (L ++ L')) = length (f ⊝ L ++ f ⊝ L')).
53
eauto.
0 commit comments