From: Eddie R. <er...@bm...> - 2008-08-28 12:51:42
|
On Thu, 2008-08-28 at 02:46 +0200, Albert Graef wrote: > Albert Graef wrote: > >> case type of > >> int = gsl_matrix_int_alloc r c, gsl_matrix_int_set; > >> double = gsl_matrix_alloc r c, gsl_matrix_set; > >> end; > >> > BTW, the above won't work in Haskell or ML either... That poor little > int function doesn't like it if you toss it around as if it was some > piece of silly data! ;-) I thought that was one of the points of using first class functions (ducking tomatoes) ;-) e.r. |