Skip to content

Commit

Permalink
Do not require all_ssreflect
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed May 23, 2024
1 parent 00c2a20 commit 4121a52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/word.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

(* -------------------------------------------------------------------- *)
From HB Require Import structures.
From mathcomp Require Import all_ssreflect ssralg ssrnum ssrint intdiv zmodp.
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq choice div fintype tuple bigop prime order.
From mathcomp Require Import ssralg ssrnum ssrint intdiv zmodp.
From Coq Require Import Arith ZArith Lia.
Require Import word_ssrZ.

Expand Down
3 changes: 2 additions & 1 deletion src/word_ssrZ.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

(* -------------------------------------------------------------------- *)
From HB Require Import structures.
From mathcomp Require Import all_ssreflect ssralg ssrnum ssrint intdiv.
From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat div bigop choice order.
From mathcomp Require Import ssralg ssrnum ssrint intdiv.
From Coq Require Import Arith ZArith.

Set Implicit Arguments.
Expand Down

0 comments on commit 4121a52

Please sign in to comment.