From a87e69e18672ce49a5bc409a7b05cdb70116b698 Mon Sep 17 00:00:00 2001 From: msozeau Date: Sat, 23 Aug 2008 21:57:57 +0000 Subject: Fix dependency problem that makes compilation fail :) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11334 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Classes/Init.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories') diff --git a/theories/Classes/Init.v b/theories/Classes/Init.v index 5ac931033..0bd9f95dd 100644 --- a/theories/Classes/Init.v +++ b/theories/Classes/Init.v @@ -22,7 +22,7 @@ Tactic Notation "clapply" ident(c) := (** Hints for the proof search: these combinators should be considered rigid. *) -Require Import Program.Basics. +Require Import Coq.Program.Basics. Typeclasses Opaque id const flip compose arrow impl iff. -- cgit v1.2.3