src/Pure/RAW/use_context.ML
author wenzelm
Wed, 20 Jan 2016 15:22:18 +0100
changeset 62213 c56c2d50dd6d
parent 61925 ab52f183f020
child 62354 fdd6989cc8a0
permissions -rw-r--r--
tuned;

(*  Title:      Pure/RAW/use_context.ML
    Author:     Makarius

Common context for "use" operations (compiler invocation).
*)

type use_context =
 {tune_source: string -> string,
  name_space: ML_Name_Space.T,
  str_of_pos: int -> string -> string,
  print: string -> unit,
  error: string -> unit};