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
Marianna Rapoport
iris-coq
Commits
01d12014
Commit
01d12014
authored
Jan 09, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
let solve_inG handle higher-arity functions for the \Sigma
parent
be81fb92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
theories/base_logic/lib/own.v
theories/base_logic/lib/own.v
+4
-1
No files found.
theories/base_logic/lib/own.v
View file @
01d12014
...
...
@@ -21,8 +21,11 @@ Proof. move=> /(_ 0%fin) /= [j ->]. by exists j. Qed.
Ltac
solve_inG
:
=
(* Get all assumptions *)
intros
;
(* Unfold the top-level xΣ *)
(* Unfold the top-level xΣ
. We need to support this to be a function.
*)
lazymatch
goal
with
|
H
:
subG
(
?x
Σ
_
_
_
_
)
_
|-
_
=>
try
unfold
x
Σ
in
H
|
H
:
subG
(
?x
Σ
_
_
_
)
_
|-
_
=>
try
unfold
x
Σ
in
H
|
H
:
subG
(
?x
Σ
_
_
)
_
|-
_
=>
try
unfold
x
Σ
in
H
|
H
:
subG
(
?x
Σ
_
)
_
|-
_
=>
try
unfold
x
Σ
in
H
|
H
:
subG
?x
Σ
_
|-
_
=>
try
unfold
x
Σ
in
H
end
;
...
...
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