Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
RefinedC
Commits
0c8e2c41
Commit
0c8e2c41
authored
Nov 24, 2021
by
Michael Sammler
Browse files
fix
parent
6596ccd1
Pipeline
#57793
passed with stage
in 11 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/lithium/interpreter.v
View file @
0c8e2c41
...
...
@@ -308,11 +308,11 @@ Tactic Notation "li_let_bind" constr(T) tactic3(tac) :=
Ltac
liUnfoldLetGoal
:
=
match
goal
with
|
|-
envs_entails
_
?P
=>
let
h
:
=
get_head
P
in
is_var
P
;
unfold
LET_ID
in
P
;
unfold
P
;
try
clear
P
let
H
:
=
get_head
P
in
is_var
H
;
unfold
LET_ID
in
H
;
unfold
H
;
try
clear
H
(* lazymatch goal with *)
(* | |- envs_entails ?Δ ?P => *)
(* let h := get_head P in *)
...
...
Write
Preview
Supports
Markdown
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