summaryrefslogtreecommitdiff
path: root/src/cli/runtime/IPersistentMap.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/IPersistentMap.cs')
-rw-r--r--src/cli/runtime/IPersistentMap.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/IPersistentMap.cs b/src/cli/runtime/IPersistentMap.cs
index dc333eeb..aa072c56 100644
--- a/src/cli/runtime/IPersistentMap.cs
+++ b/src/cli/runtime/IPersistentMap.cs
@@ -14,7 +14,7 @@ using System.Collections;
namespace org.clojure.runtime
{
-public interface IPersistentMap : IEnumerable{
+public interface IPersistentMap : IEnumerable, ISequential{
int count();