Skip to content
Snippets Groups Projects
Commit 08f2cf2f authored by Tej Chajed's avatar Tej Chajed
Browse files

Merge branch 'patch-1' into 'master'

Correct usage instructions: replace `Require` with `Require Import`

See merge request !3
parents a1001839 d88ac6aa
Branches
Tags
1 merge request!3Correct usage instructions: replace `Require` with `Require Import`
...@@ -16,11 +16,12 @@ Then install with `opam install coq-iris-string-ident`. ...@@ -16,11 +16,12 @@ Then install with `opam install coq-iris-string-ident`.
## Usage ## Usage
Simply require this file before using the feature in the proof mode: Before using the feature in the proof mode, simply import this file _after_
the proof mode:
```coq ```coq
From iris_string_ident Require ltac2_string_ident. From iris.proofmode Require Import tactics.
From iris.proofmode Require Import tactics intro_patterns. From iris_string_ident Require Import ltac2_string_ident.
Lemma sep_demo {PROP: sbi} (P1: PROP) (P2 P3: Prop) (Himpl: P2 -> P3) : Lemma sep_demo {PROP: sbi} (P1: PROP) (P2 P3: Prop) (Himpl: P2 -> P3) :
P1 P2 -∗ P1 P3⌝. P1 P2 -∗ P1 P3⌝.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment