Skip to content

Commit 1a0fa98

Browse files
committed
fix imports
1 parent 994f950 commit 1a0fa98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theories/normedtype_theory/complete_normed_module.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* mathcomp analysis (c) 2025 Inria and AIST. License: CeCILL-C. *)
22
From HB Require Import structures.
3-
From mathcomp Require Import all_ssreflect ssralg ssrnum.
3+
From mathcomp Require Import all_ssreflect ssralg ssrnum vector.
44
From mathcomp Require Import boolp classical_sets interval_inference reals.
55
From mathcomp Require Import topology tvs pseudometric_normed_Zmodule.
66
From mathcomp Require Import normed_module.

0 commit comments

Comments
 (0)