updated MLton support

git-svn-id: https://projects.brucker.ch/su4sml/svn/infsec-import/trunk/src/su4sml@3070 3260e6d1-4efc-4170-b0a7-36055960796d
This commit is contained in:
Achim D. Brucker 2005-09-15 13:33:06 +00:00
parent 0d761ea3dd
commit 54df0876dd
3 changed files with 6 additions and 2 deletions

View File

@ -24,8 +24,11 @@
******************************************************************************)
use "library.sml";
open library;
(*
library should be opend locally for MLton compatibility...
open library;
*)
(* ****************************************************** *)
(* Load the (foreign) fxp-module providing

View File

@ -24,6 +24,7 @@ in
xmi_activity_graphs.sml
xmi.sml
xmltree_parser.sml
xmi_idtable.sml
xml2xmi.sml
xmi2rep.sml
end

View File

@ -25,7 +25,7 @@
structure Xmi_IDTable =
struct
open library
exception IllFormed of string
datatype HashTableEntry = Package of Rep_OclType.Path