diff options
| -rw-r--r-- | theories/ZArith/fast_integer.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/ZArith/fast_integer.v b/theories/ZArith/fast_integer.v index 67675a6429..2c8969a810 100644 --- a/theories/ZArith/fast_integer.v +++ b/theories/ZArith/fast_integer.v @@ -140,6 +140,8 @@ Notation simpl_times_r := simpl_times_r. Notation simpl_times_l := simpl_times_l. Notation iterate_add := iterate_add. Notation entier := entier. +Notation Nul := Nul. +Notation Pos := Pos. Notation Un_suivi_de := Un_suivi_de. Notation Zero_suivi_de := Zero_suivi_de. Notation times1 := |
