Skip to content

Commit

Permalink
There is no IF_then_else in the stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Villetaneuse committed Dec 20, 2023
1 parent 3e3ec9f commit ab0244b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/sphinx/language/coq-library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ Propositional Connectives
single: or_introl (term)
single: or_intror (term)
single: iff (term)
single: IF_then_else (term)

First, we find propositional calculus connectives.
At times, it's helpful to know exactly what these notations represent.
Expand All @@ -158,7 +157,6 @@ At times, it's helpful to know exactly what these notations represent.
| or_introl (_:A)
| or_intror (_:B).
Definition iff (P Q:Prop) := (P -> Q) /\ (Q -> P).
Definition IF_then_else (P Q R:Prop) := P /\ Q \/ ~ P /\ R.

Quantifiers
+++++++++++
Expand Down

0 comments on commit ab0244b

Please sign in to comment.