summaryrefslogtreecommitdiff
path: root/theories/NArith/NArith.v
blob: 019ef5f7d2699de7a94d5f12e8ec37fb9eac38ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

(* $Id: NArith.v 9210 2006-10-05 10:12:15Z barras $ *)

(** Library for binary natural numbers *)

Require Export BinPos.
Require Export BinNat.

Require Export NArithRing.