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
bfd56995
Commit
bfd56995
authored
Nov 19, 2021
by
Michael Sammler
Browse files
no trivial in done_no_false
parent
9da8555a
Pipeline
#57404
passed with stage
in 12 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/lithium/base.v
View file @
bfd56995
...
...
@@ -68,12 +68,12 @@ Ltac done_no_false :=
solve
[
repeat
first
[
fast_done
|
solve
[
trivial
]
(*
| solve [trivial]
*)
(* All the tactics below will introduce themselves anyway, or make no sense
for goals of product type. So this is a good place for us to do it. *)
|
progress
intros
|
solve
[
symmetry
;
trivial
]
|
solve
[
apply
not_symmetry
;
trivial
]
(*
| solve [symmetry; trivial]
*)
(*
| solve [apply not_symmetry; trivial]
*)
|
split
]
].
...
...
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