File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
From HB Require Import structures.
2
- Require Import mathcomp.ssreflect.ssreflect.
3
- From mathcomp
4
- Require Import ssrfun ssrbool eqtype ssrnat seq choice fintype tuple.
5
- From mathcomp
6
- Require Import bigop binomial finset finfun zmodp ssralg countalg finalg poly polydiv.
7
- From mathcomp
8
- Require Import perm fingroup.
9
-
10
- From CoqEAL
11
- Require Import hrel pos param refinements binnat boolF2 seqpoly poly_op trivial_seq poly_div boolF2.
2
+ From mathcomp Require Import ssreflect ssrfun ssrbool.
3
+ From mathcomp Require Import eqtype ssrnat seq choice fintype tuple.
4
+ From mathcomp Require Import bigop binomial finset finfun perm fingroup.
5
+ From mathcomp Require Import zmodp ssralg countalg finalg poly polydiv.
6
+
7
+ From CoqEAL Require Import hrel pos param refinements binnat boolF2 seqpoly.
8
+ From CoqEAL Require Import poly_op trivial_seq poly_div boolF2.
12
9
13
10
14
11
Set Implicit Arguments .
You can’t perform that action at this time.
0 commit comments