Skip to content

Commit

Permalink
Import ZArith to use it in Rstruct.v
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen authored and proux01 committed Jan 8, 2025
1 parent 4fced68 commit 4fdf7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reals_stdlib/Rstruct.v
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ liability. See the COPYING file for more details.
(* # Compatibility with the real numbers of Coq *)
(******************************************************************************)

From Coq Require Import Rdefinitions Raxioms RIneq Rbasic_fun Zwf.
From Coq Require Import ZArith Rdefinitions Raxioms RIneq Rbasic_fun Zwf.
From Coq Require Import Epsilon FunctionalExtensionality Ranalysis1 Rsqrt_def.
From Coq Require Import Rtrigo1 Reals.
From mathcomp Require Import all_ssreflect ssralg poly mxpoly ssrnum.
Expand Down

0 comments on commit 4fdf7ef

Please sign in to comment.