diff options
| author | Jasper Hugunin | 2018-02-22 20:06:57 -0800 |
|---|---|---|
| committer | Jasper Hugunin | 2018-03-30 17:48:17 -0700 |
| commit | 0fa8b8cb53050d48187fd2577f2fef0f1a45d024 (patch) | |
| tree | 838600f3718e1f6baed6d9fe84f75799c63b04b4 /test-suite/bugs/closed/2729.v | |
| parent | dc6a9c8d29e7d33949844adc0804f39e1fb22ba2 (diff) | |
Change Implicit Arguments to Arguments in test-suite
Diffstat (limited to 'test-suite/bugs/closed/2729.v')
| -rw-r--r-- | test-suite/bugs/closed/2729.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/2729.v b/test-suite/bugs/closed/2729.v index 7929b88108..c9d65c12c7 100644 --- a/test-suite/bugs/closed/2729.v +++ b/test-suite/bugs/closed/2729.v @@ -82,8 +82,8 @@ Inductive SequenceBase (pu : PatchUniverse) (p : pu_type from mid) (qs : SequenceBase pu mid to), SequenceBase pu from to. -Implicit Arguments Nil [pu cxt]. -Implicit Arguments Cons [pu from mid to]. +Arguments Nil [pu cxt]. +Arguments Cons [pu from mid to]. Program Fixpoint insertBase {pu : PatchUniverse} {from mid to : NameSet} |
