@@ -51,7 +51,6 @@ func Cons(val any, rest IList) IList {
|
|||||||
|
|
||||||
func (this *List) Conj(val any) IList {
|
func (this *List) Conj(val any) IList {
|
||||||
return Cons(val, this)
|
return Cons(val, this)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *EmptyList) Conj(val any) IList {
|
func (this *EmptyList) Conj(val any) IList {
|
||||||
|
|||||||
Reference in New Issue
Block a user