Difference between revisions of "Talk:Arrays"

From HaskellWiki
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 13:53, 11 December 2009

Deep copies and variable length arrays

It would be nice if

  • the compiler can warn you if it needs to make deep copies. (I'm thinking of DiffArrays...)
  • if variable length arrays are supported with push_back and pop_back functions like C++ STL.
  • if there are pointer types which are not range checked.

Just thinking aloud. -- Nroets 13:53, 11 December 2009 (UTC)