Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gregory Malecha
stdpp
Commits
d730a337
Commit
d730a337
authored
Feb 04, 2017
by
Robbert Krebbers
Browse files
Options file.
parent
2c261344
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d730a337
...
...
@@ -3,9 +3,6 @@ ifeq ($(Y), 1)
YFLAG
=
-y
endif
# Configure Coq warnings
COQ_MAKEFILE_FLAGS
?=
-arg
-w
-arg
-notation-overridden
,-redundant-canonical-projection,-several-object-files
# Forward most targets to Coq makefile (with some trick to make this phony)
%
:
Makefile.coq phony
+@make
-f
Makefile.coq
$@
...
...
_CoqProject
View file @
d730a337
-Q theories stdpp
-arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files
-arg -l -arg stdpp_options
theories/stdpp_options.v
theories/option.v
theories/fin_map_dom.v
theories/bset.v
...
...
theories/base.v
View file @
d730a337
...
...
@@ -4,15 +4,10 @@
that are used throughout the whole development. Most importantly it contains
abstract interfaces for ordered structures, collections, and various other data
structures. *)
Global
Generalizable
All
Variables
.
Global
Set
Automatic
Coercions
Import
.
Global
Set
Asymmetric
Patterns
.
Global
Unset
Transparent
Obligations
.
From
Coq
Require
Export
Morphisms
RelationClasses
List
Bool
Utf8
Setoid
.
Set
Default
Proof
Using
"Type"
.
Export
ListNotations
.
From
Coq
.
Program
Require
Export
Basics
Syntax
.
Obligation
Tactic
:
=
idtac
.
(** Sealing off definitions *)
Set
Primitive
Projections
.
...
...
theories/stdpp_options.v
0 → 100644
View file @
d730a337
Generalizable
All
Variables
.
Set
Automatic
Coercions
Import
.
Set
Asymmetric
Patterns
.
Unset
Transparent
Obligations
.
Obligation
Tactic
:
=
idtac
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment