Skip to content

Commit

Permalink
fix to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed May 14, 2020
1 parent 7f431b8 commit cfaf5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ theories/normedtype.v
theories/forms.v
theories/derive.v
theories/summability.v
theories/cauchyetoile.v
theories/altreals/xfinmap.v
theories/altreals/discrete.v
theories/altreals/realseq.v
Expand Down
2 changes: 1 addition & 1 deletion theories/cauchyetoile.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From mathcomp Require Import ssreflect ssrfun ssrbool.
From mathcomp Require Import ssrnat eqtype choice fintype bigop order ssralg ssrnum.
From mathcomp Require Import complex.
From mathcomp Require Import boolp reals ereal derive.
Require Import classical_sets posnum topology normedtype landau integral.
Require Import classical_sets posnum topology normedtype landau.

(* Pour distinguer fonctions mesurables et integrables, utiliser des structures comme posrel. *)
Import Order.TTheory GRing.Theory Num.Theory ComplexField Num.Def.
Expand Down

0 comments on commit cfaf5e7

Please sign in to comment.