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

Fix order of imports.

parent 92580bfc
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`.
## Usage
Simply import 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
From iris_string_ident Require Import ltac2_string_ident.
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) :
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