(**************************************************************************) (* ___ *) (* ||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 *) (* =" := Rge : R_scope. *) (* NOTATION Infix ">" := Rgt : R_scope. *) (* NOTATION Notation "x <= y <= z" := ((x <= y)%R /\ (y <= z)%R) : R_scope. *) (* NOTATION Notation "x <= y < z" := ((x <= y)%R /\ (y < z)%R) : R_scope. *) (* NOTATION Notation "x < y < z" := ((x < y)%R /\ (y < z)%R) : R_scope. *) (* NOTATION Notation "x < y <= z" := ((x < y)%R /\ (y <= z)%R) : R_scope. *)