Error appending a List to a list of list
Closed this issue · 0 comments
mkarten commented
there is an error in the implementation of the append in the list type
for exemple when appending []float to a [][]float the interpreter disregard type safety and appends the values inside of []float an not the list by itself