[MLton-commit] r5862
Matthew Fluet
fluet at mlton.org
Mon Aug 13 14:58:36 PDT 2007
Export MLton.CharArray : MLTON_MONO_ARRAY and MLton.CharVector : MLTON_MONO_VECTOR.
----------------------------------------------------------------------
U mlton/trunk/basis-library/mlton/mlton.sig
----------------------------------------------------------------------
Modified: mlton/trunk/basis-library/mlton/mlton.sig
===================================================================
--- mlton/trunk/basis-library/mlton/mlton.sig 2007-08-13 21:54:43 UTC (rev 5861)
+++ mlton/trunk/basis-library/mlton/mlton.sig 2007-08-13 21:58:35 UTC (rev 5862)
@@ -26,6 +26,8 @@
structure Array: MLTON_ARRAY
structure BinIO: MLTON_BIN_IO
(* structure CallStack: MLTON_CALL_STACK *)
+ structure CharArray: MLTON_MONO_ARRAY
+ structure CharVector: MLTON_MONO_VECTOR
structure Cont: MLTON_CONT
structure Exn: MLTON_EXN
structure Finalizable: MLTON_FINALIZABLE
More information about the MLton-commit
mailing list