aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Zarith/ZArith.v
blob: 98294aed1739d13f7e1f834de6af280acceafc9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

(* $Id$ *)

Require Export fast_integer.
Require Export zarith_aux.
Require Export auxiliary.
Require Export Zsyntax.
Require Export ZArith_dec.
Require Export Zmisc.
Require Export Wf_Z.

Hints Resolve Zle_n Zplus_sym Zplus_assoc Zmult_sym Zmult_assoc
  Zero_left Zero_right Zmult_one Zplus_inverse_l Zplus_inverse_r 
  Zmult_plus_distr_l Zmult_plus_distr_r : zarith.