Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rice Wine
Iris
Commits
db57a33e
Commit
db57a33e
authored
Jun 15, 2018
by
Ralf Jung
Browse files
Make Ltac helper function local
parent
b39f5a52
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment