diff options
Diffstat (limited to 'theories/Init')
| -rw-r--r-- | theories/Init/Logic.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Init/Logic.v b/theories/Init/Logic.v index ede73ebf14..e1bb443a63 100644 --- a/theories/Init/Logic.v +++ b/theories/Init/Logic.v @@ -251,6 +251,8 @@ Notation "x = y" := (x = y :>_) : type_scope. Notation "x <> y :> T" := (~ x = y :>T) : type_scope. Notation "x <> y" := (x <> y :>_) : type_scope. +Implicit Arguments eq [ [A] ]. + Implicit Arguments eq_ind [A]. Implicit Arguments eq_rec [A]. Implicit Arguments eq_rect [A]. |
