Skip to content

Commit

Permalink
green
Browse files Browse the repository at this point in the history
  • Loading branch information
gert-smolka committed Dec 27, 2023
1 parent ea1a94b commit 6be3a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Certifying Functions and Sigma Types [certsig.v](certsig.v)
- Linear Arithmetic [la.v](la.v)
- More Types [more.v](more.v)
- Indexed Inductives [indind.v](indind.v)
- Indexed Inductives [indind.v](indind.v)
- Extensionality [ext.v](ext.v)
- Excluded Middle and Double Negation [xm.v](xm.v)
- Provability [provability.v](provability.v)
Expand Down
2 changes: 1 addition & 1 deletion coq/lwo.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(*** Least Witness Functions *)
(*** Least Witness Operators *)
From Coq Require Import Lia.
Definition iffT (X Y: Type) : Type := (X -> Y) * (Y -> X).
Notation "X <=> Y" := (iffT X Y) (at level 95, no associativity).
Expand Down

0 comments on commit 6be3a5b

Please sign in to comment.