diff options
| author | Cyril Cohen | 2020-11-19 21:37:27 +0100 |
|---|---|---|
| committer | GitHub | 2020-11-19 21:37:27 +0100 |
| commit | 0dbefe01e54a467b7932a514355f0435b4cfb978 (patch) | |
| tree | 20f7b58ca7d379faf4cc4ddeb435744e7d87a3a6 /mathcomp/ssreflect/eqtype.v | |
| parent | 75da4dbbf2fa6ca6ee150d272d3a793bff63c931 (diff) | |
| parent | c83609826d97afda6b11b227207f461cf077a0d5 (diff) | |
Merge pull request #656 from affeldt-aist/declare_scopes
add declare scopes
Diffstat (limited to 'mathcomp/ssreflect/eqtype.v')
| -rw-r--r-- | mathcomp/ssreflect/eqtype.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mathcomp/ssreflect/eqtype.v b/mathcomp/ssreflect/eqtype.v index 1225ad9..a844aa8 100644 --- a/mathcomp/ssreflect/eqtype.v +++ b/mathcomp/ssreflect/eqtype.v @@ -115,6 +115,9 @@ Set Implicit Arguments. Unset Strict Implicit. Unset Printing Implicit Defensive. +Declare Scope eq_scope. +Declare Scope fun_delta_scope. + Module Equality. Definition axiom T (e : rel T) := forall x y, reflect (x = y) (e x y). |
