Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
- in `probability.v`:
+ `integral_distribution` -> `ge0_integral_distribution`

- file `homotopy_theory/path.v` -> `homotopy_theory/continuous_path.v`

### Generalized

- in `probability.v`:
Expand Down
2 changes: 1 addition & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ theories/topology_theory/sigT_topology.v

theories/homotopy_theory/homotopy.v
theories/homotopy_theory/wedge_sigT.v
theories/homotopy_theory/path.v
theories/homotopy_theory/continuous_path.v

theories/separation_axioms.v
theories/function_spaces.v
Expand Down
2 changes: 1 addition & 1 deletion theories/Make
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ topology_theory/sigT_topology.v

homotopy_theory/homotopy.v
homotopy_theory/wedge_sigT.v
homotopy_theory/path.v
homotopy_theory/continuous_path.v

separation_axioms.v
function_spaces.v
Expand Down
2 changes: 1 addition & 1 deletion theories/homotopy_theory/homotopy.v
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(* mathcomp analysis (c) 2024 Inria and AIST. License: CeCILL-C. *)
From mathcomp Require Export wedge_sigT.
From mathcomp Require Export path.
From mathcomp Require Export continuous_path.