~ubuntu-branches/ubuntu/wily/coq-doc/wily

« back to all changes in this revision

Viewing changes to theories/Classes/RelationClasses.v

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2012-01-03 23:42:48 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120103234248-p9r8h1579n67v55a
Tags: 8.3pl3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(* -*- coding: utf-8 -*- *)
2
2
(************************************************************************)
3
3
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
4
 
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010     *)
 
4
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2011     *)
5
5
(*   \VV/  **************************************************************)
6
6
(*    //   *      This file is distributed under the terms of the       *)
7
7
(*         *       GNU Lesser General Public License Version 2.1        *)
15
15
   Institution: LRI, CNRS UMR 8623 - University Paris Sud
16
16
*)
17
17
 
18
 
(* $Id: RelationClasses.v 13476 2010-09-30 11:42:11Z letouzey $ *)
 
18
(* $Id: RelationClasses.v 14641 2011-11-06 11:59:10Z herbelin $ *)
19
19
 
20
20
Require Export Coq.Classes.Init.
21
21
Require Import Coq.Program.Basics.