From c82f88f9dd833dc33dacfe03822bc5987041e6ac Mon Sep 17 00:00:00 2001 From: msozeau Date: Sun, 20 Apr 2008 18:18:49 +0000 Subject: Work on the "occurrences" tactic argument. It is now possible to pass lists of occurrences through tactics. Implement the "at" variants of setoid_replace correspondingly. Fix in class_tactics efor w_unify not checking types when unifying a meta with anything (problematic at top-level only). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10820 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Program/Basics.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Program') diff --git a/theories/Program/Basics.v b/theories/Program/Basics.v index 8f1f26dbcd..a5e560c891 100644 --- a/theories/Program/Basics.v +++ b/theories/Program/Basics.v @@ -25,7 +25,7 @@ Definition compose {A B C} (g : B -> C) (f : A -> B) := fun x : A => g (f x). Hint Unfold compose. -Notation " g ∘ f " := (compose g f) (at level 50, left associativity) : program_scope. +Notation " g ∘ f " := (compose g f) (at level 40, left associativity) : program_scope. Open Local Scope program_scope. -- cgit v1.2.3