File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- From Coq Require Import ZArith.
1+ From Stdlib Require Import ZArith.
22
33From HB Require Import structures.
44From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq path.
Original file line number Diff line number Diff line change 1- From Coq Require Export Lia.
1+ From Stdlib Require Export Lia.
22From mathcomp Require Import zify_ssreflect zify_algebra.
33Export SsreflectZifyInstances.Exports.
44Export AlgebraZifyInstances.Exports.
Original file line number Diff line number Diff line change 1- From Coq Require Import ZArith ZifyClasses ZifyBool.
2- From Coq Require Export Lia.
1+ From Stdlib Require Import ZArith ZifyClasses ZifyBool.
2+ From Stdlib Require Export Lia.
33
44From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq path.
55From mathcomp Require Import div choice fintype tuple finfun bigop finset prime.
Original file line number Diff line number Diff line change 1- From Coq Require Import ZArith ZifyClasses ZifyInst ZifyBool.
2- From Coq Require Export Lia.
3- From Coq Require Znumtheory.
1+ From Stdlib Require Import ZArith ZifyClasses ZifyInst ZifyBool.
2+ From Stdlib Require Export Lia.
3+ From Stdlib Require Znumtheory.
44
55From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq path.
66From mathcomp Require Import div choice fintype tuple finfun bigop finset prime.
You can’t perform that action at this time.
0 commit comments