aboutsummaryrefslogtreecommitdiff
path: root/coqprime/Coqprime/Permutation.v
diff options
context:
space:
mode:
authorGravatar Jasper Hugunin <jasperh@cs.washington.edu>2018-02-22 20:58:19 -0800
committerGravatar Andres Erbsen <andreser@mit.edu>2018-02-23 10:43:29 -0500
commit53112bb801cdcfb68e2b390f0935b9d3fa74ec04 (patch)
tree50390e2969f3ba5644ee3c07db5ed907f5c1566c /coqprime/Coqprime/Permutation.v
parent12c945d2d16053ee959430a60793f1db29ee2aaa (diff)
Change Implicit Arguments to Arguments in coqprime
Diffstat (limited to 'coqprime/Coqprime/Permutation.v')
-rw-r--r--coqprime/Coqprime/Permutation.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/coqprime/Coqprime/Permutation.v b/coqprime/Coqprime/Permutation.v
index 3a9b0860e..eb6969882 100644
--- a/coqprime/Coqprime/Permutation.v
+++ b/coqprime/Coqprime/Permutation.v
@@ -434,10 +434,10 @@ Hint Resolve permutation_app_swap.
Implicits
**************************************)
-Implicit Arguments permutation [A].
-Implicit Arguments split_one [A].
-Implicit Arguments all_permutations [A].
-Implicit Arguments permutation_dec [A].
+Arguments permutation [A] _ _.
+Arguments split_one [A] _.
+Arguments all_permutations [A] _.
+Arguments permutation_dec [A].
(**************************************
Permutation is compatible with map