Skip to content

Commit

Permalink
rename homotopy_theory/path.v
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Dec 4, 2024
1 parent 47e0e0f commit 3153d22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
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
File renamed without changes.
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.

0 comments on commit 3153d22

Please sign in to comment.