Skip to content

Commit b9fd304

Browse files
committed
Rocq 9.0 compatibility
1 parent 2e693d0 commit b9fd304

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

examples/Yield/Par.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
From Coq Require Import
22
Program
33
List
4-
Logic.FinFun
54
Logic.FunctionalExtensionality
65
Logic.IndefiniteDescription
6+
Vectors.FinFun
77
micromega.Lia
88
Init.Specif
99
Fin.

examples/Yield/Util.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
From Coq Require Import
22
Program
33
List
4-
Logic.FinFun
54
Logic.FunctionalExtensionality
65
Logic.IndefiniteDescription
6+
Vectors.FinFun
77
micromega.Lia
88
Init.Specif
99
Fin.

tests/ImpBrTest/extracted/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Basics
1313
BinNat
1414
BinNums
15-
BinPosDef
1615
BinPos
1716
Bool
1817
Byte
@@ -39,6 +38,7 @@
3938
Interp
4039
ITreeDefinition
4140
List0
41+
ListDef
4242
Logic
4343
MapDefault
4444
Maps
@@ -56,6 +56,7 @@
5656
Number
5757
OptionMonad
5858
PeanoNat
59+
PosDef
5960
ReaderMonad
6061
Reducible
6162
RelDec

0 commit comments

Comments
 (0)