SCM Repository
Diff of /sml/trunk/src/compiler/TopLevel/interact/evalloop.sig
Parent Directory
|
Revision Log
|
Patch
revision 1711, Tue Nov 23 05:13:59 2004 UTC | revision 1712, Tue Nov 23 20:44:10 2004 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | val interact : unit -> unit | val interact : unit -> unit |
9 | val evalStream : string * TextIO.instream -> unit | val evalStream : string * TextIO.instream -> unit |
10 | ||
11 | val withErrorHandling : bool -> (* true: treat all exns like usercode exns *) | |
12 | { thunk: unit -> unit, flush: unit -> unit, cont: exn -> unit } -> unit | |
13 | ||
14 | val installCompManagers: | val installCompManagers: |
15 | { manageImport : Ast.dec * EnvRef.envref -> unit, | { manageImport : Ast.dec * EnvRef.envref -> unit, |
16 | managePrint : Symbol.symbol * EnvRef.envref -> unit, | managePrint : Symbol.symbol * EnvRef.envref -> unit, |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |