Skip to content

Commit

Permalink
Adapt to coq/coq#18164
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Oct 16, 2023
1 parent 074ba78 commit 37522bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-suite/bug3.v
@@ -1,6 +1,6 @@
Declare ML Module "coq-paramcoq.plugin".

Require Import NPeano.
Require Import PeanoNat.
Require Import Recdef.
Set Implicit Arguments.
Require Import Lia.
Expand Down
2 changes: 1 addition & 1 deletion test-suite/bug4.v
@@ -1,7 +1,7 @@

Declare ML Module "coq-paramcoq.plugin".

Require Import NPeano.
Require Import PeanoNat.
Require Import PArith.

Print BinPosDef.Pos.sub_mask.
Expand Down
2 changes: 1 addition & 1 deletion test-suite/bug5.v
@@ -1,6 +1,6 @@
Declare ML Module "coq-paramcoq.plugin".

Require Import NPeano.
Require Import PeanoNat.
Require Import Recdef.
Set Implicit Arguments.

Expand Down

0 comments on commit 37522bc

Please sign in to comment.