src/Pure/General/output_primitives.ML
changeset 65301 fca593a62785
parent 62933 f14569a9ab93
child 70991 f9f7c34b7dd4
equal deleted inserted replaced
65300:c262653a3b88 65301:fca593a62785
     7 signature OUTPUT_PRIMITIVES =
     7 signature OUTPUT_PRIMITIVES =
     8 sig
     8 sig
     9   type output = string
     9   type output = string
    10   type serial = int
    10   type serial = int
    11   type properties = (string * string) list
    11   type properties = (string * string) list
       
    12   val ignore_outputs: output list -> unit
    12   val writeln_fn: output list -> unit
    13   val writeln_fn: output list -> unit
    13   val state_fn: output list -> unit
    14   val state_fn: output list -> unit
    14   val information_fn: output list -> unit
    15   val information_fn: output list -> unit
    15   val tracing_fn: output list -> unit
    16   val tracing_fn: output list -> unit
    16   val warning_fn: output list -> unit
    17   val warning_fn: output list -> unit