We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fa280 commit 67db2e0Copy full SHA for 67db2e0
.gitignore
@@ -1,3 +1,4 @@
1
+_build/
2
*.vo
3
*.glob
4
*.v.d
dune-project
@@ -0,0 +1,2 @@
+(lang dune 3.8)
+(using coq 0.8)
examples/dune
@@ -0,0 +1,4 @@
+(include_subdirs qualified)
+(coq.theory
+ (name ExtLibExamples)
+ (theories ExtLib))
theories/Generic/Ind.v
@@ -1,4 +1,4 @@
-Require Import List String.
+From Coq Require Import List String.
Require Import ExtLib.Structures.CoMonad.
Set Implicit Arguments.
theories/dune
+ (name ExtLib)
+ (package coq-ext-lib))
0 commit comments