4bxhUYkpQDdd6minNK3nO0 changeset

Changeset303635666165 (b)
ParentNone (a)
ab
0+(defprotocol Some
0+  (some-seq
0+    ([this])
0+    ([this other])))
0+   
...
1
2
3
4
5
6
7
8
--- Revision None
+++ Revision 303635666165
@@ -0,0 +1,5 @@
+(defprotocol Some
+ (some-seq
+ ([this])
+ ([this other])))
+