On Sat, 7 May 2005, Abraham Egnor wrote:

So does ghc:
...
That doesn't mean the size is part of the *type*.

Sure. I'm just pointing out that int a[50]; is not *quite* the same as int *a = (int *)malloc(50 * sizeof(int));

jacob
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to