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
fcdbda03
Commit
fcdbda03
authored
Nov 19, 2021
by
Michael Sammler
Browse files
really fix build
parent
f736bb46
Pipeline
#57417
passed with stage
in 12 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/typing/naive_simpl.v
View file @
fcdbda03
...
...
@@ -302,7 +302,7 @@ Ltac naive_simpl_go :=
match
P
with
|
∃
_
,
_
=>
case
|
_
=
_
=>
let
Hi
:
=
fresh
"Hi"
in
move
=>
Hi
;
injection
Hi
;
clear
Hi
|
_
=>
check_hyp_not_exists
P
;
intros
?
;
subst
|
_
=>
assert_is_not_trivial
P
;
intros
?
;
subst
|
_
=>
move
=>
_
end
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