diff options
| author | Enrico | 2018-03-20 22:23:39 +0100 |
|---|---|---|
| committer | GitHub | 2018-03-20 22:23:39 +0100 |
| commit | ae8e96a37644a4d1cded1b13acf031d1325b68b4 (patch) | |
| tree | 12b1367edce028767f8e9ebea319b7788705ae64 /mathcomp/ssreflect/eqtype.v | |
| parent | 3d59940ff4601713e8395f6b7e5c525501183731 (diff) | |
| parent | 2525c33691e25f837b7dca31d4c702199b3dbc5d (diff) | |
Merge pull request #185 from jashug/deprecate-arguments-scope
Change deprecated Arguments Scope to Arguments
Diffstat (limited to 'mathcomp/ssreflect/eqtype.v')
| -rw-r--r-- | mathcomp/ssreflect/eqtype.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/eqtype.v b/mathcomp/ssreflect/eqtype.v index 9772b84..159c00e 100644 --- a/mathcomp/ssreflect/eqtype.v +++ b/mathcomp/ssreflect/eqtype.v @@ -436,7 +436,7 @@ Notation "x |-> y" := (FunDelta x y) format "'[hv' x '/ ' |-> y ']'") : fun_delta_scope. Delimit Scope fun_delta_scope with FUN_DELTA. -Arguments Scope app_fdelta [_ type_scope fun_delta_scope _ _]. +Arguments app_fdelta _ _%type _%FUN_DELTA _ _. Notation "[ 'fun' z : T => F 'with' d1 , .. , dn ]" := (SimplFunDelta (fun z : T => |
