[MLton-commit] r6950
Vesa Karvonen
vesak at mlton.org
Fri Oct 17 16:45:57 PDT 2008
Generic read is not required by the example code.
----------------------------------------------------------------------
U mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.mlb
U mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.use
----------------------------------------------------------------------
Modified: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.mlb
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.mlb 2008-10-17 23:45:23 UTC (rev 6949)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.mlb 2008-10-17 23:45:56 UTC (rev 6950)
@@ -16,7 +16,6 @@
$(MLTON_LIB)/com/ssh/generic/unstable/with/eq.sml
$(MLTON_LIB)/com/ssh/generic/unstable/with/some.sml
$(MLTON_LIB)/com/ssh/generic/unstable/with/pickle.sml
- $(MLTON_LIB)/com/ssh/generic/unstable/with/read.sml
$(MLTON_LIB)/com/ssh/generic/unstable/with/close-pretty-with-extra.sml
$(MLTON_LIB)/com/ssh/generic/unstable/with/reg-basis-exns.sml
$(MLTON_LIB)/com/ssh/generic/unstable/with/types.sml
Modified: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.use
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.use 2008-10-17 23:45:23 UTC (rev 6949)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/example/app/generic.use 2008-10-17 23:45:56 UTC (rev 6950)
@@ -14,7 +14,6 @@
"${MLTON_LIB}/com/ssh/generic/unstable/with/eq.sml",
"${MLTON_LIB}/com/ssh/generic/unstable/with/some.sml",
"${MLTON_LIB}/com/ssh/generic/unstable/with/pickle.sml",
- "${MLTON_LIB}/com/ssh/generic/unstable/with/read.sml",
"${MLTON_LIB}/com/ssh/generic/unstable/with/close-pretty-with-extra.sml",
"${MLTON_LIB}/com/ssh/generic/unstable/with/reg-basis-exns.sml",
"${MLTON_LIB}/com/ssh/generic/unstable/with/types.sml",
More information about the MLton-commit
mailing list