SCM Repository
View of /sml/trunk/src/compiler/TopLevel/interact/interact.sig
Parent Directory
|
Revision Log
Revision 260 -
(download)
(as text)
(annotate)
Thu Apr 22 10:56:58 1999 UTC (21 years, 9 months ago) by monnier
File size: 909 byte(s)
Thu Apr 22 10:56:58 1999 UTC (21 years, 9 months ago) by monnier
File size: 909 byte(s)
*** empty log message ***
(* COPYRIGHT (c) 1996 Bell Laboratories. *) (* interact.sig *) signature INTERACT = sig exception Interrupt val interact : unit -> unit val useFile : string -> unit val useStream : TextIO.instream -> unit val evalStream : TextIO.instream * CMEnv.Env.environment -> CMEnv.Env.environment val installCompManager: (Ast.dec * { get: unit -> CMEnv.Env.environment, set: CMEnv.Env.environment -> unit } * { get: unit -> Environment.environment, set: Environment.environment -> unit } -> unit) option -> unit (* These mUse functions should really be part of the Open Compiler *) val mUseFile : (int->bool) -> string -> unit val mUseFile_reset : unit -> unit val mUseFile_add : (((unit -> unit) * string)list) -> unit val mUseFile_list : unit -> (((unit -> unit)*string)list) list end (* signature INTERACT *) (* * $Log$ *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |