summaryrefslogtreecommitdiff
path: root/src/cli/runtime/ISeq.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/ISeq.cs')
-rw-r--r--src/cli/runtime/ISeq.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/ISeq.cs b/src/cli/runtime/ISeq.cs
index fec4242a..4cd7feea 100644
--- a/src/cli/runtime/ISeq.cs
+++ b/src/cli/runtime/ISeq.cs
@@ -12,7 +12,7 @@ using System;
namespace clojure.lang
{
- public interface ISeq
+ public interface ISeq : IPersistentList
{
Object first();