summaryrefslogtreecommitdiff
path: root/src/cli/runtime/IPersistentCollection.cs
diff options
context:
space:
mode:
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);
}
}