Skip to content

Commit ffbac63

Browse files
committed
upd
1 parent c9a73ff commit ffbac63

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

rocq-mathcomp-analysis.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ depends: [
1919
"rocq-mathcomp-solvable"
2020
"rocq-mathcomp-field"
2121
"rocq-mathcomp-bigenough" { (>= "1.0.0") }
22-
"rocq-mathcomp-algebra-tactics" { (>= "1.2.7") }
2322
"rocq-navi" {= "0.4.1" & with-doc}
2423
]
2524

theories/probability_theory/normal_distribution.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* mathcomp analysis (c) 2026 Inria and AIST. License: CeCILL-C. *)
22
From HB Require Import structures.
33
From mathcomp Require Import all_ssreflect_compat ssralg ssrnum ssrint interval.
4-
From mathcomp Require Import archimedean finmap interval_inference ring.
4+
From mathcomp Require Import archimedean finmap interval_inference ring_tactic.
55
From mathcomp Require Import boolp classical_sets functions cardinality fsbigop.
66
From mathcomp Require Import reals ereal topology normedtype sequences derive.
77
From mathcomp Require Import measure exp trigo numfun realfun.

0 commit comments

Comments
 (0)