summaryrefslogtreecommitdiff
path: root/src/cli/runtime/IPersistentCollection.cs
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2006-08-05 16:44:23 +0000
committerRich Hickey <richhickey@gmail.com>2006-08-05 16:44:23 +0000
commit279dd21d4b919496c8fb54c3135f2b82cc36f5c2 (patch)
tree0216faea0823626bc0b59346b542b68f0392feb3 /src/cli/runtime/IPersistentCollection.cs
parentda11eb9d0dd587e532470965b3c655b741d1fa5c (diff)
added cons to IPersistentCollection
Diffstat (limited to 'src/cli/runtime/IPersistentCollection.cs')
-rw-r--r--src/cli/runtime/IPersistentCollection.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/runtime/IPersistentCollection.cs b/src/cli/runtime/IPersistentCollection.cs
index 6746240b..929a419e 100644
--- a/src/cli/runtime/IPersistentCollection.cs
+++ b/src/cli/runtime/IPersistentCollection.cs
@@ -20,5 +20,6 @@ namespace clojure.lang
ISeq seq();
+ IPersistentCollection cons(Object o);
}
}