Skip to content

Commit

Permalink
Don't require nsatz in exp.v
Browse files Browse the repository at this point in the history
This avoid having coqchk on probability.v report about axioms of the
stdlib (although it still reports about all primitive int and float
primitives, due to coq-elpi offering some interface to them).
  • Loading branch information
proux01 committed Sep 7, 2023
1 parent 9e63268 commit 8a90b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/exp.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From mathcomp Require Import all_ssreflect ssralg ssrint ssrnum matrix.
From mathcomp Require Import interval rat.
From mathcomp Require Import boolp classical_sets functions.
From mathcomp Require Import mathcomp_extra.
Require Import reals ereal nsatz_realtype.
Require Import reals ereal.
Require Import signed topology normedtype landau sequences derive realfun.
Require Import itv convex.

Expand Down

0 comments on commit 8a90b29

Please sign in to comment.