From 5b4e3ace20eb2ab569d172a1f358f26f451d361c Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 29 Dec 2015 13:27:36 -0500 Subject: Move compatibility notations to their proper files --- theories/Compat/Coq84.v | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'theories/Compat') diff --git a/theories/Compat/Coq84.v b/theories/Compat/Coq84.v index 1c70a894a..62b8a0398 100644 --- a/theories/Compat/Coq84.v +++ b/theories/Compat/Coq84.v @@ -53,21 +53,5 @@ Tactic Notation "esplit" := esplit. Global Set Regular Subst Tactic. -(** Some names have changed in the standard library, so we add aliases. *) -Require Coq.ZArith.Int. -Module Export Coq. - Module Export ZArith. - Module Int. - Module Z_as_Int. - Include Coq.ZArith.Int.Z_as_Int. - (* FIXME: Should these get a (compat "8.4")? Or be moved to Z_as_Int, probably? *) - Notation plus := Coq.ZArith.Int.Z_as_Int.add (only parsing). - Notation minus := Coq.ZArith.Int.Z_as_Int.sub (only parsing). - Notation mult := Coq.ZArith.Int.Z_as_Int.mul (only parsing). - End Z_as_Int. - End Int. - End ZArith. -End Coq. - (** Many things now import [PeanoNat] rather than [NPeano], so we require it so that the old absolute names in [NPeano.Nat] are available. *) Require Coq.Numbers.Natural.Peano.NPeano. -- cgit v1.2.3