~ubuntu-branches/debian/jessie/coq/jessie

« back to all changes in this revision

Viewing changes to theories/NArith/BinPos.v

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2011-12-25 13:46:09 UTC
  • mfrom: (1.3.6) (6.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111225134609-zwqkzmeni9g2xlq1
Tags: 8.3.pl3+dfsg-1
* New upstream release
  - remove all patches (applied upstream)

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        *)
8
8
(************************************************************************)
9
9
 
10
 
(*i $Id: BinPos.v 13323 2010-07-24 15:57:30Z herbelin $ i*)
 
10
(*i $Id: BinPos.v 14641 2011-11-06 11:59:10Z herbelin $ i*)
11
11
 
12
12
Unset Boxed Definitions.
13
13