diff options
| author | Enrico Tassi | 2018-04-01 17:07:34 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-04-01 17:07:34 +0200 |
| commit | b44c680e8d673d925189408274a7b44e734b3ff6 (patch) | |
| tree | bcf06aa56b64d039bb6cfdc99e404185cca10fb9 /test-suite/complexity | |
| parent | 2d2d16430822f1768ce4f3c62ef0750b94e4747f (diff) | |
| parent | 3df3e0f6f8a61a43a03ebd7907f604407df89259 (diff) | |
Merge PR #6802: Remove deprecated commands Implicit Arguments and Arguments Scope
Diffstat (limited to 'test-suite/complexity')
| -rw-r--r-- | test-suite/complexity/injection.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/injection.v b/test-suite/complexity/injection.v index 08f489d751..a76fa19d3c 100644 --- a/test-suite/complexity/injection.v +++ b/test-suite/complexity/injection.v @@ -47,7 +47,7 @@ Parameter mkJoinmap : forall (key: Type) (t: Type) (j: joinable t), joinmap key j. Parameter ADMIT: forall p: Prop, p. -Implicit Arguments ADMIT [p]. +Arguments ADMIT [p]. Module Share. Parameter jb : joinable bool. |
