[MLton] FFI: C void *

Stephen Weeks MLton@mlton.org
Wed, 14 Jan 2004 18:45:48 -0800


> The only doc I could find regarding FFI pointers was in the FFI section
> which talks about these types being equivalent.
> 
> SML type 	C typedef 	C type
> array 	Pointer 	char *
> 
> I've now found the MLton extensions section with Pointer et al.

Good point.  I added a bit to the FFI section about MLton.Pointer.t.