SCM Repository
Diff of /sml/trunk/src/ml-lex/export-lex.sml
Parent Directory
|
Revision Log
|
Patch
revision 249, Sat Apr 17 18:57:03 1999 UTC | revision 498, Tue Dec 7 15:44:50 1999 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | (* export-lex.sml | (* export-lex.sml |
2 | * | * |
3 | * $Log$ | * $Log$ |
4 | * Revision 1.1.1.8 1999/04/17 18:56:05 monnier | * Revision 1.1.1.9 1999/12/07 15:40:25 monnier |
5 | * version 110.16 | * version 110.25 |
6 | * | * |
7 | * Revision 1.2 1997/03/03 17:10:35 george | * Revision 1.2 1997/03/03 17:10:35 george |
8 | * moved callcc related functions to SMLofNJ.Cont | * moved callcc related functions to SMLofNJ.Cont |
# | Line 25 | Line 25 |
25 | ||
26 | structure ExportLexGen : sig | structure ExportLexGen : sig |
27 | ||
28 | val export : string -> unit | |
29 | val lexGen : (string * string list) -> OS.Process.status | val lexGen : (string * string list) -> OS.Process.status |
30 | ||
31 | end = struct | end = struct |
# | Line 70 | Line 71 |
71 | OS.Process.failure) | OS.Process.failure) |
72 | end | end |
73 | ||
74 | end; | fun export name = SMLofNJ.exportFn (name, lexGen); |
75 | end | |
fun export name = SMLofNJ.exportFn (name, ExportLexGen.lexGen); | ||
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |