Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
string-ident
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
string-ident
Commits
b077370a
Verified
Commit
b077370a
authored
4 years ago
by
Tej Chajed
Browse files
Options
Downloads
Patches
Plain Diff
Fix up mentions of v8.11
parent
ba39ed08
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
opam
+1
-1
1 addition, 1 deletion
opam
with
4 additions
and
4 deletions
README.md
+
3
−
3
View file @
b077370a
...
...
@@ -2,11 +2,11 @@
This "Iris plugin" implements the
`string_to_ident`
hook of the Iris proof mode
using Ltac2, providing support for Gallina names in Iris intro patterns on Coq
8.
1
2
and later.
Use the
`v8.11`
branch for a version that works with Coq 8.11.
8.
1
1
and later.
## Installation
You can install
the
Coq 8.11 version of this "plugin" via opam. First add the
You can install
a
Coq 8.11 version of this "plugin" via opam. First add the
Iris opam repository:
```
sh
...
...
@@ -34,6 +34,6 @@ Proof.
Qed
.
```
## Acknowledg
e
ments
## Acknowledgments
This implementation strategy was suggested by Robbert Krebbers.
This diff is collapsed.
Click to expand it.
opam
+
1
−
1
View file @
b077370a
...
...
@@ -13,7 +13,7 @@ This package implements string_to_ident in Ltac2, enabling support for Gallina n
"""
depends: [
"coq" {>= "8.1
2
"}
"coq" {>= "8.1
1
"}
"coq-iris" {>= "dev.2020-04-07.0.86b62616" | (>= "3.3.0" & < "4.0") | = "dev"}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment