diff options
Diffstat (limited to 'src/cli/runtime/ISeq.cs')
-rw-r--r-- | src/cli/runtime/ISeq.cs | 2 |
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();
|