We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e693d0 commit b9fd304Copy full SHA for b9fd304
3 files changed
examples/Yield/Par.v
@@ -1,9 +1,9 @@
1
From Coq Require Import
2
Program
3
List
4
- Logic.FinFun
5
Logic.FunctionalExtensionality
6
Logic.IndefiniteDescription
+ Vectors.FinFun
7
micromega.Lia
8
Init.Specif
9
Fin.
examples/Yield/Util.v
tests/ImpBrTest/extracted/dune
@@ -12,7 +12,6 @@
12
Basics
13
BinNat
14
BinNums
15
- BinPosDef
16
BinPos
17
Bool
18
Byte
@@ -39,6 +38,7 @@
39
38
Interp
40
ITreeDefinition
41
List0
+ ListDef
42
Logic
43
MapDefault
44
Maps
@@ -56,6 +56,7 @@
56
Number
57
OptionMonad
58
PeanoNat
59
+ PosDef
60
ReaderMonad
61
Reducible
62
RelDec
0 commit comments