Skip to content
Snippets Groups Projects
Commit 718ca5be authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

`Prop` is inhabited.

parent b5a66ffb
No related branches found
No related tags found
No related merge requests found
Pipeline #24177 passed
...@@ -413,6 +413,8 @@ Class TotalOrder {A} (R : relation A) : Prop := { ...@@ -413,6 +413,8 @@ Class TotalOrder {A} (R : relation A) : Prop := {
}. }.
(** * Logic *) (** * Logic *)
Instance prop_inhabited : Inhabited Prop := populate True.
Notation "(∧)" := and (only parsing) : stdpp_scope. Notation "(∧)" := and (only parsing) : stdpp_scope.
Notation "( A ∧.)" := (and A) (only parsing) : stdpp_scope. Notation "( A ∧.)" := (and A) (only parsing) : stdpp_scope.
Notation "(.∧ B )" := (λ A, A B) (only parsing) : stdpp_scope. Notation "(.∧ B )" := (λ A, A B) (only parsing) : stdpp_scope.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment