SCM Repository
View of /sml/trunk/src/compiler/TopLevel/interact/interact.sig
Parent Directory
|
Revision Log
Revision 83 -
(download)
(as text)
(annotate)
Wed May 6 22:23:51 1998 UTC (22 years, 9 months ago) by league
File size: 951 byte(s)
Wed May 6 22:23:51 1998 UTC (22 years, 9 months ago) by league
File size: 951 byte(s)
removing assert and rc-file changes for now.
(* 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 useStreamSilently : string * TextIO.instream -> unit val evalStream : TextIO.instream * SCEnv.Env.environment -> SCEnv.Env.environment val installCompManager: (Ast.dec * { get: unit -> SCEnv.Env.environment, set: SCEnv.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 *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |