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
f736bb46
Commit
f736bb46
authored
Nov 19, 2021
by
Michael Sammler
Browse files
fix build
parent
df893f20
Pipeline
#57416
canceled with stage
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/lithium/solvers.v
View file @
f736bb46
...
...
@@ -96,7 +96,7 @@ Ltac normalize_and_simpl_goal_step :=
|
_
=
_
=>
check_injection_tac
;
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
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