[MLton-devel] new basis library
Stephen Weeks
MLton@mlton.org
Wed, 24 Jul 2002 19:27:41 -0700
I forgot the toplevel where constraints so that the toplevel types in
the basis are the same as the built-in types in the compiler (not that
MLton would notice).
signature BASIS =
sig
datatype bool = false | true
type int
...
end where type bool = bool
where type int = int
...
-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
MLton-devel mailing list
MLton-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlton-devel