src/Pure/more_thm.ML
changeset 64556 851ae0e7b09c
parent 63352 4eaf35781b23
child 64568 a504a3dec35a
equal deleted inserted replaced
64555:628b271c5b8b 64556:851ae0e7b09c
   652 
   652 
   653 (** print theorems **)
   653 (** print theorems **)
   654 
   654 
   655 (* options *)
   655 (* options *)
   656 
   656 
   657 val show_consts_raw = Config.declare_option ("show_consts", @{here});
   657 val show_consts_raw = Config.declare_option ("show_consts", \<^here>);
   658 val show_consts = Config.bool show_consts_raw;
   658 val show_consts = Config.bool show_consts_raw;
   659 
   659 
   660 val show_hyps_raw = Config.declare ("show_hyps", @{here}) (fn _ => Config.Bool false);
   660 val show_hyps_raw = Config.declare ("show_hyps", \<^here>) (fn _ => Config.Bool false);
   661 val show_hyps = Config.bool show_hyps_raw;
   661 val show_hyps = Config.bool show_hyps_raw;
   662 
   662 
   663 val show_tags_raw = Config.declare ("show_tags", @{here}) (fn _ => Config.Bool false);
   663 val show_tags_raw = Config.declare ("show_tags", \<^here>) (fn _ => Config.Bool false);
   664 val show_tags = Config.bool show_tags_raw;
   664 val show_tags = Config.bool show_tags_raw;
   665 
   665 
   666 
   666 
   667 (* pretty_thm etc. *)
   667 (* pretty_thm etc. *)
   668 
   668