diff options
| author | Rich Hickey <richhickey@gmail.com> | 2006-06-10 15:13:29 +0000 |
|---|---|---|
| committer | Rich Hickey <richhickey@gmail.com> | 2006-06-10 15:13:29 +0000 |
| commit | 18278e3602831bb711ef1c69b92466c4e9f485ec (patch) | |
| tree | 616ef208e38399b8db0c06e215c74c3c68fa6170 /src/cli/runtime/IPersistentMap.cs | |
| parent | 875c7c12aa5f20e02a3d3d08643e6eaaca61419a (diff) | |
made ISequential
Diffstat (limited to 'src/cli/runtime/IPersistentMap.cs')
| -rw-r--r-- | src/cli/runtime/IPersistentMap.cs | 2 |
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();
|
