--- Revision None +++ Revision 303635666165 @@ -0,0 +1,5 @@ +(defprotocol Some + (some-seq + ([this]) + ([this other]))) +