Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxime Dénès
stdpp
Commits
d730a337
Commit
d730a337
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Options file.
parent
2c261344
Branches
main
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+0
-3
0 additions, 3 deletions
Makefile
_CoqProject
+3
-0
3 additions, 0 deletions
_CoqProject
theories/base.v
+0
-5
0 additions, 5 deletions
theories/base.v
theories/stdpp_options.v
+5
-0
5 additions, 0 deletions
theories/stdpp_options.v
with
8 additions
and
8 deletions
Makefile
+
0
−
3
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
$@
...
...
This diff is collapsed.
Click to expand it.
_CoqProject
+
3
−
0
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
...
...
This diff is collapsed.
Click to expand it.
theories/base.v
+
0
−
5
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
.
...
...
This diff is collapsed.
Click to expand it.
theories/stdpp_options.v
0 → 100644
+
5
−
0
View file @
d730a337
Generalizable
All
Variables
.
Set
Automatic
Coercions
Import
.
Set
Asymmetric
Patterns
.
Unset
Transparent
Obligations
.
Obligation
Tactic
:=
idtac
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment