Skip to content
Snippets Groups Projects
Commit d88ac6aa authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

Drop unneeded import of intro_patterns

parent decbb4b7
No related branches found
No related tags found
1 merge request!3Correct usage instructions: replace `Require` with `Require Import`
......@@ -20,7 +20,7 @@ Before using the feature in the proof mode, simply import this file _after_
the proof mode:
```coq
From iris.proofmode Require Import tactics intro_patterns.
From iris.proofmode Require Import tactics.
From iris_string_ident Require Import ltac2_string_ident.
Lemma sep_demo {PROP: sbi} (P1: PROP) (P2 P3: Prop) (Himpl: P2 -> P3) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment