doc-src/IsarRef/Thy/pure.thy
changeset 26894 1120f6cc10b0
parent 26870 94bedbb34b92
child 26957 e3f04fdd994d
equal deleted inserted replaced
26893:44d9960d3587 26894:1120f6cc10b0
   729     @{command_def "print_syntax"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   729     @{command_def "print_syntax"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   730     @{command_def "print_methods"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   730     @{command_def "print_methods"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   731     @{command_def "print_attributes"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   731     @{command_def "print_attributes"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   732     @{command_def "print_theorems"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   732     @{command_def "print_theorems"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   733     @{command_def "find_theorems"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   733     @{command_def "find_theorems"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   734     @{command_def "thms_deps"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   734     @{command_def "thm_deps"}@{text "\<^sup>*"} & : & \isarkeep{theory~|~proof} \\
   735     @{command_def "print_facts"}@{text "\<^sup>*"} & : & \isarkeep{proof} \\
   735     @{command_def "print_facts"}@{text "\<^sup>*"} & : & \isarkeep{proof} \\
   736     @{command_def "print_binds"}@{text "\<^sup>*"} & : & \isarkeep{proof} \\
   736     @{command_def "print_binds"}@{text "\<^sup>*"} & : & \isarkeep{proof} \\
   737   \end{matharray}
   737   \end{matharray}
   738 
   738 
   739   \begin{rail}
   739   \begin{rail}
   793   Criteria can be preceded by ``@{text "-"}'' to select theorems that
   793   Criteria can be preceded by ``@{text "-"}'' to select theorems that
   794   do \emph{not} match. Note that giving the empty list of criteria
   794   do \emph{not} match. Note that giving the empty list of criteria
   795   yields \emph{all} currently known facts.  An optional limit for the
   795   yields \emph{all} currently known facts.  An optional limit for the
   796   number of printed facts may be given; the default is 40.  By
   796   number of printed facts may be given; the default is 40.  By
   797   default, duplicates are removed from the search result. Use
   797   default, duplicates are removed from the search result. Use
   798   @{keyword "with_dups"} to display duplicates.
   798   @{text with_dups} to display duplicates.
   799   
   799   
   800   \item [@{command "thm_deps"}~@{text "a\<^sub>1 \<dots> a\<^sub>n"}]
   800   \item [@{command "thm_deps"}~@{text "a\<^sub>1 \<dots> a\<^sub>n"}]
   801   visualizes dependencies of facts, using Isabelle's graph browser
   801   visualizes dependencies of facts, using Isabelle's graph browser
   802   tool (see also \cite{isabelle-sys}).
   802   tool (see also \cite{isabelle-sys}).
   803   
   803