summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyPipeline.csproj
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-18 08:47:40 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-18 08:47:40 -0700
commit108e634af783601c60555c2e8e75775c3b4041ed (patch)
treeb6759e1aa35f6eb8cdef1613d083c25359d9fd9e /Source/Dafny/DafnyPipeline.csproj
parent4b3fc0e7413424e27131dd8dd919423711f097ad (diff)
Small cleanups, fixes, and refactorings
In particular, start detecting loops between terms that don't look like each other at the Dafny level, such as {a[x]} and {x in a} (when a is a multiset)
Diffstat (limited to 'Source/Dafny/DafnyPipeline.csproj')
-rw-r--r--Source/Dafny/DafnyPipeline.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/DafnyPipeline.csproj b/Source/Dafny/DafnyPipeline.csproj
index 5a824c36..13a1e53e 100644
--- a/Source/Dafny/DafnyPipeline.csproj
+++ b/Source/Dafny/DafnyPipeline.csproj
@@ -147,7 +147,7 @@
<Compile Include="Triggers\QuantifiersCollection.cs" />
<Compile Include="Triggers\QuantifierSplitter.cs" />
<Compile Include="Triggers\TriggerExtensions.cs" />
- <Compile Include="Triggers\TriggerGenerator.cs" />
+ <Compile Include="Triggers\QuantifiersCollector.cs" />
<Compile Include="Triggers\TriggersCollector.cs" />
<Compile Include="Triggers\TriggerUtils.cs" />
<Compile Include="Util.cs" />