(**************************************************************************) (* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) (* ||I|| Developers: *) (* ||T|| The HELM team. *) (* ||A|| http://helm.cs.unibo.it *) (* \ / *) (* \ / This file is distributed under the terms of the *) (* v GNU General Public License Version 2 *) (* *) (**************************************************************************) (* This file was automatically generated: do not edit *********************) include "Coq.ma". (*#***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* =" := Zge : Z_scope. *) (* NOTATION Infix ">" := Zgt : Z_scope. *) (* NOTATION Notation "x <= y <= z" := (x <= y /\ y <= z) : Z_scope. *) (* NOTATION Notation "x <= y < z" := (x <= y /\ y < z) : Z_scope. *) (* NOTATION Notation "x < y < z" := (x < y /\ y < z) : Z_scope. *) (* NOTATION Notation "x < y <= z" := (x < y /\ y <= z) : Z_scope. *) (*#*********************************************************************) (*#* Absolute value on integers *) inline procedural "cic:/Coq/ZArith/BinInt/Zabs_nat.con" as definition. inline procedural "cic:/Coq/ZArith/BinInt/Zabs.con" as definition. (*#*********************************************************************) (*#* From [nat] to [Z] *) inline procedural "cic:/Coq/ZArith/BinInt/Z_of_nat.con" as definition. include "NArith/BinNat.ma". inline procedural "cic:/Coq/ZArith/BinInt/Zabs_N.con" as definition. inline procedural "cic:/Coq/ZArith/BinInt/Z_of_N.con" as definition.