Skip to content

Commit

Permalink
Mention M-h m as keybinding for print_match in interaction guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Feb 8, 2018
1 parent 19c8648 commit e01e18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Manual/Interaction/HOL-interaction.tex
Expand Up @@ -337,6 +337,7 @@
{\tt\small print\_match [] \sq \sq n DIV m\sq\sq} returns a list of length 32. Note that {\tt\small print\_match [] \sq \sq DIV\sq\sq}
does not work since {\tt\small DIV} is an infix operator, but {\tt\small print\_match [] \sq \sq \$DIV\sq \sq} works.
The key-binding \texttt{M-h~m} (and the menu entry ``DB match'') will prompt for the term pattern to search for, and pass this query onto the HOL session (saving the need to type \texttt{print\_match~[]} and the enclosing quotation marks).
\mysec{Common proof tactics\label{tactics}}
Expand Down

0 comments on commit e01e18b

Please sign in to comment.