cvs commit: hugs98/src connect.h hugs.c input.c prelude.h static.c storage.c type.c

sof 2002/09/07 19:24:07 PDT Modified files: src connect.h hugs.c input.c prelude.h static.c storage.c type.c Log: Support the splitting up of the Prelude into an implementation part (called PrelImpl) and a module that re-exports only what's supposed to generally visible to the user (i.e., what Haskell98 currently exports from its Prelude defn.) Naturally, if the Prelude implementation module can't be located along the search path, only the 'Prelude' will be loaded. Revision Changes Path 1.45 +5 -2 hugs98/src/connect.h 1.87 +49 -14 hugs98/src/hugs.c 1.49 +6 -4 hugs98/src/input.c 1.37 +4 -2 hugs98/src/prelude.h 1.85 +19 -13 hugs98/src/static.c 1.49 +6 -6 hugs98/src/storage.c 1.51 +5 -3 hugs98/src/type.c
participants (1)
-
Sigbjorn Finne