aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Arith.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/Arith.v')
-rwxr-xr-xtheories/Arith/Arith.v16
1 files changed, 0 insertions, 16 deletions
diff --git a/theories/Arith/Arith.v b/theories/Arith/Arith.v
index 7af85c65a..13c17aabb 100755
--- a/theories/Arith/Arith.v
+++ b/theories/Arith/Arith.v
@@ -18,19 +18,3 @@ Require Export Between.
Require Export Minus.
Require Export Peano_dec.
Require Export Compare_dec.
-
-Axiom My_special_variable : nat -> nat.
-
-Grammar nat number :=.
-
-Grammar constr constr10 :=
- natural_nat [ nat:number($c) ] -> [$c].
-
-Grammar constr pattern :=
- natural_pat [ nat:pat_number($c) ] -> [$c].
-
-Syntax constr
- level 10:
- S [ (S $p) ] -> [$p:"nat_printer":9]
-| O [ O ] -> [ "0" ]
-.