# HG changeset patch # User wenzelm # Date 1460640803 -7200 # Node ID c04eead96ccaee2bf82f0616962f4000faa22b46 # Parent f17602cbf76a12b53afad49bed941ec67f2467e6 tuned headers; diff -r f17602cbf76a -r c04eead96cca src/Pure/General/output_primitives_virtual.ML --- a/src/Pure/General/output_primitives_virtual.ML Thu Apr 14 12:17:44 2016 +0200 +++ b/src/Pure/General/output_primitives_virtual.ML Thu Apr 14 15:33:23 2016 +0200 @@ -1,4 +1,4 @@ -(* Title: Pure/General/output_primitives.ML +(* Title: Pure/General/output_primitives_virtual.ML Author: Makarius Primitives for Isabelle output channels -- virtual version within Pure environment. diff -r f17602cbf76a -r c04eead96cca src/Pure/ML/ml_print_depth.ML --- a/src/Pure/ML/ml_print_depth.ML Thu Apr 14 12:17:44 2016 +0200 +++ b/src/Pure/ML/ml_print_depth.ML Thu Apr 14 15:33:23 2016 +0200 @@ -1,4 +1,4 @@ -(* Title: Pure/ML/ml_print_depth0.ML +(* Title: Pure/ML/ml_print_depth.ML Author: Makarius Print depth for ML toplevel pp: context option with global default.