Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
db57a33e
Commit
db57a33e
authored
Jun 15, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Ltac helper function local
parent
b39f5a52
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tests/proofmode.ref
tests/proofmode.ref
+2
-2
theories/proofmode/ltac_tactics.v
theories/proofmode/ltac_tactics.v
+1
-1
No files found.
tests/proofmode.ref
View file @
db57a33e
...
...
@@ -36,11 +36,11 @@ Ltac call to "done" failed.
No applicable tactic.
The command has indeed failed with message:
In nested Ltac calls to "iClear (constr)", "iElaborateSelPat" and
"iElaborateSelPat_go", last call failed.
"
<iris.proofmode.ltac_tactics.
iElaborateSelPat_go
>
", last call failed.
Tactic failure: iElaborateSelPat: "HQ" not found.
The command has indeed failed with message:
In nested Ltac calls to "iClear (constr)", "iElaborateSelPat" and
"iElaborateSelPat_go", last call failed.
"
<iris.proofmode.ltac_tactics.
iElaborateSelPat_go
>
", last call failed.
Tactic failure: iElaborateSelPat: "HQ" not found.
The command has indeed failed with message:
In nested Ltac calls to "iSpecialize (open_constr)",
...
...
theories/proofmode/ltac_tactics.v
View file @
db57a33e
...
...
@@ -140,7 +140,7 @@ Local Inductive esel_pat :=
|
ESelPure
|
ESelIdent
:
bool
→
ident
→
esel_pat
.
Ltac
iElaborateSelPat_go
pat
Δ
Hs
:
=
Local
Ltac
iElaborateSelPat_go
pat
Δ
Hs
:
=
lazymatch
pat
with
|
[]
=>
eval
cbv
in
Hs
|
SelPure
::
?pat
=>
iElaborateSelPat_go
pat
Δ
(
ESelPure
::
Hs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment