This commit is contained in:
parent
bfb8a2b0d8
commit
a6f8502fbb
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user