Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(lang dune 3.3)
(using coq 0.4)
(name odd-order)
8 changes: 8 additions & 0 deletions theories/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(coq.theory
(name odd_order)
(package coq-mathcomp-odd-order)
(theories mathcomp.solvable mathcomp.character)
(flags
-w -ambiguous-paths
-w -deprecated-syntactic-definition
-w -notation-overridden))