From 6b024fd58e28bba3f77b2ccd5dff1ece162067ef Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 3 Nov 2009 08:24:09 +0000 Subject: Better visibility of the inductive CompSpec used to specify comparison functions git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12462 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/FSets/FSetCompat.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/FSets') diff --git a/theories/FSets/FSetCompat.v b/theories/FSets/FSetCompat.v index f6d5ae1ac3..4a341328ea 100644 --- a/theories/FSets/FSetCompat.v +++ b/theories/FSets/FSetCompat.v @@ -406,7 +406,7 @@ Module Update_Sets | GT _ => Gt end. - Lemma compare_spec : forall s s', Cmp eq lt s s' (compare s s'). + Lemma compare_spec : forall s s', CompSpec eq lt s s' (compare s s'). Proof. intros; unfold compare; destruct M.compare; auto. Qed. End Update_Sets. -- cgit v1.2.3