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
Iris
stdpp
Commits
cd1ed3dd
Commit
cd1ed3dd
authored
Feb 19, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix horrible typo.
parent
e6b5e0c9
Pipeline
#6879
passed with stage
in 19 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/base.v
theories/base.v
+1
-1
No files found.
theories/base.v
View file @
cd1ed3dd
...
...
@@ -66,7 +66,7 @@ Hint Extern 0 (NoBackTrack _) => constructor; apply _ : typeclass_instances.
as [TCOr (TCAnd P Q) R]: the latter will backtrack to [R] if it fails to
establish [R], i.e. does not have the behavior of a conditional. Furthermore,
note that [TCOr (TCAnd P Q) (TCAnd (TCNot P) R)] would not work; we generally
would not be able to pro
of
the negation of [P]. *)
would not be able to pro
ve
the negation of [P]. *)
Inductive
TCIf
(
P
Q
R
:
Prop
)
:
=
|
TCIf_true
:
P
→
Q
→
TCIf
P
Q
R
|
TCIf_false
:
R
→
TCIf
P
Q
R
.
...
...
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