Skip to content
Snippets Groups Projects
Commit 455fec93 authored by Ralf Jung's avatar Ralf Jung
Browse files

Merge branch 'unicode_asterisk_in_docs' into 'master'

Added note about unicode asterisk to docs

See merge request FP/iris-coq!203
parents 9d39a93e 77695c5f
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,8 @@ Separation logic-specific tactics
+ `%` : repeatedly frame hypotheses from the Coq 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
or intuitionistic hypotheses does not make them disappear.
......@@ -189,7 +190,8 @@ following _selection patterns_:
- `H` : select the hypothesis named `H`.
- `%` : select the entire pure/Coq 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
=====================
......
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