Skip to content
Snippets Groups Projects
Commit 77695c5f authored by Mackie Loeffel's avatar Mackie Loeffel
Browse files

Added note about unicode asterisk to docs

parent 9d39a93e
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,8 @@ Separation logic-specific tactics ...@@ -101,7 +101,8 @@ Separation logic-specific tactics
+ `%` : repeatedly frame hypotheses from the Coq context. + `%` : repeatedly frame hypotheses from the Coq context.
+ `#` : repeatedly frame hypotheses from the intuitionistic context. + `#` : repeatedly frame hypotheses from the intuitionistic context.
+ `∗` : frame as much of the spatial context as possible. + `∗` : frame as much of the spatial context as possible. (N.B: this
is the unicode symbol `∗`, not the regular asterisk `*`.)
Notice that framing spatial hypotheses makes them disappear, but framing Coq Notice that framing spatial hypotheses makes them disappear, but framing Coq
or intuitionistic hypotheses does not make them disappear. or intuitionistic hypotheses does not make them disappear.
...@@ -189,7 +190,8 @@ following _selection patterns_: ...@@ -189,7 +190,8 @@ following _selection patterns_:
- `H` : select the hypothesis named `H`. - `H` : select the hypothesis named `H`.
- `%` : select the entire pure/Coq context. - `%` : select the entire pure/Coq context.
- `#` : select the entire intuitionistic context. - `#` : select the entire intuitionistic context.
- `∗` : select the entire spatial context. - `∗` : select the entire spatial context. (N.B: this
is the unicode symbol `∗`, not the regular asterisk `*`.)
Introduction patterns Introduction patterns
===================== =====================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment