From 53112bb801cdcfb68e2b390f0935b9d3fa74ec04 Mon Sep 17 00:00:00 2001 From: Jasper Hugunin Date: Thu, 22 Feb 2018 20:58:19 -0800 Subject: Change Implicit Arguments to Arguments in coqprime --- coqprime/Coqprime/Permutation.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coqprime/Coqprime/Permutation.v') 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 -- cgit v1.2.3