@@ -51,7 +51,6 @@ func Cons(val any, rest IList) IList {
func (this *List) Conj(val any) IList {
return Cons(val, this)
}
func (this *EmptyList) Conj(val any) IList {
The note is not visible to the blocked user.