src/Pure/Isar/isar_thy.ML
changeset 6890 05732285677e
parent 6888 d0c68ebdabc5
child 6904 4125d6b6d8f9
equal deleted inserted replaced
6889:adcf91ad5add 6890:05732285677e
   154 
   154 
   155 (** derived theory and proof operations **)
   155 (** derived theory and proof operations **)
   156 
   156 
   157 (* formal comments *)
   157 (* formal comments *)
   158 
   158 
   159 fun add_txt comment prf = prf;
   159 fun add_txt comment = ProofHistory.apply Proof.assert_forward;
   160 fun add_text comment thy = thy;
   160 fun add_text comment thy = thy;
   161 fun add_title title author date thy = thy;
   161 fun add_title title author date thy = thy;
   162 val add_chapter = add_text;
   162 val add_chapter = add_text;
   163 val add_section = add_text;
   163 val add_section = add_text;
   164 val add_subsection = add_text;
   164 val add_subsection = add_text;