Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classical/boolp.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ From mathcomp Require internal_Eqdep_dec.
(* # Classical Logic *)
(* *)
(* This file provides the axioms of classical logic and tools to perform *)
(* classical reasoning in the Mathematical Compnent framework. The three *)
(* classical reasoning in the Mathematical Component framework. The three *)
(* axioms are taken from the standard library of Coq, more details can be *)
(* found in Section 5 of *)
(* - R. Affeldt, C. Cohen, D. Rouhling. Formalization Techniques for *)
Expand Down
Loading