aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Lists/vo.itarget
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-07-10 15:38:59 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-07-10 15:38:59 +0000
commita884f7dcebed71608f395fe140722790367089e2 (patch)
tree942398bdde4d6419e25ca7bfd76aa9b150d7b54d /theories/Lists/vo.itarget
parent43582a9c7ac7e5f2311c8ce52d8107553b2c9673 (diff)
isolate instances about Permutation and PermutationA which may slow rewrite
After discovering a rewrite in Ergo that takes a loooong time due to a bad interaction with the instances of Permutation and PermutationA : - PermutationA is now in a separate file SetoidPermutation - File Permutation.v isn't Require'd by SetoidList anymore nor MergeSort.v, just the definitions in Sorted.v - Attempt to put a priority on these instances. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15584 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Lists/vo.itarget')
-rw-r--r--theories/Lists/vo.itarget1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Lists/vo.itarget b/theories/Lists/vo.itarget
index adcfba495..04994f593 100644
--- a/theories/Lists/vo.itarget
+++ b/theories/Lists/vo.itarget
@@ -2,5 +2,6 @@ ListSet.vo
ListTactics.vo
List.vo
SetoidList.vo
+SetoidPermutation.vo
StreamMemo.vo
Streams.vo