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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
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
Iris
stdpp
Commits
dc849367
Commit
dc849367
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
`length` notation in `base` to also fix `length` in Coq ≤ 8.10.
parent
f3842eb3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!144
Another try at removing strings.length
,
!129
Fix `Export` order for `length`. Remove `length` hack in strings.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/base.v
+4
-0
4 additions, 0 deletions
theories/base.v
with
4 additions
and
0 deletions
theories/base.v
+
4
−
0
View file @
dc849367
...
...
@@ -14,6 +14,10 @@ Set Default Proof Using "Type".
Export
ListNotations
.
From
Coq
.
Program
Require
Export
Basics
Syntax
.
(** TODO: This hack should be removed once we drop support for Coq 8.10. It is
needed for the transitive export/import bug that is fixed in Coq 8.11. *)
Notation
length
:=
Datatypes
.
length
.
(** * Enable implicit generalization. *)
(** This option enables implicit generalization in arguments of the form
`{...} (i.e., anonymous arguments). Unfortunately, it also enables
...
...
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