summaryrefslogtreecommitdiff
path: root/Source/Core/AbsyExpr.cs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-12-07 14:12:08 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2011-12-07 14:12:08 -0800
commit27c1f51bf703cf1c1ebedec761219761e035b5c0 (patch)
tree204d00f1f81d56633c9c08abe6d47e81e2fced9d /Source/Core/AbsyExpr.cs
parent5212d1a82598c56d5c330ed68d1bd6c5d443084e (diff)
parent93ac6ee9dff39a8ae70bf2bafa3333685773d04b (diff)
Merge
Diffstat (limited to 'Source/Core/AbsyExpr.cs')
-rw-r--r--Source/Core/AbsyExpr.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/AbsyExpr.cs b/Source/Core/AbsyExpr.cs
index fe5f0621..02a2f762 100644
--- a/Source/Core/AbsyExpr.cs
+++ b/Source/Core/AbsyExpr.cs
@@ -18,6 +18,8 @@ namespace Microsoft.Boogie {
using System.Diagnostics.Contracts;
using Microsoft.Basetypes;
+ using Set = GSet<object>; // not that the set used is not a set of Variable only, as it also contains TypeVariables
+
//---------------------------------------------------------------------
// Expressions