Exported eval_wrapper.
authorberghofe
Mon, 04 Aug 2008 18:56:55 +0200
changeset 27723 ce8f79b91ed1
parent 27722 d657036e26c5
child 27724 0cc30a837f26
Exported eval_wrapper.
src/Pure/ML/ml_context.ML
--- a/src/Pure/ML/ml_context.ML	Mon Aug 04 18:56:22 2008 +0200
+++ b/src/Pure/ML/ml_context.ML	Mon Aug 04 18:56:55 2008 +0200
@@ -29,6 +29,7 @@
   val add_antiq: string ->
     (Context.generic * Args.T list -> antiq * (Context.generic * Args.T list)) -> unit
   val trace: bool ref
+  val eval_wrapper: (string -> unit) * (string -> 'a) -> bool -> Position.T -> string -> unit
   val eval: bool -> Position.T -> string -> unit
   val eval_file: Path.T -> unit
   val eval_in: Context.generic option -> bool -> Position.T -> string -> unit