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
87095c3b
Verified
Commit
87095c3b
authored
4 years ago
by
Tej Chajed
Browse files
Options
Downloads
Patches
Plain Diff
Remove global strict bulleting flag
parent
6b48804f
No related branches found
No related tags found
1 merge request
!184
Switch to strict bulleting everywhere
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/base.v
+0
-4
0 additions, 4 deletions
theories/base.v
with
0 additions
and
4 deletions
theories/base.v
+
0
−
4
View file @
87095c3b
...
@@ -14,10 +14,6 @@ Set Default Proof Using "Type".
...
@@ -14,10 +14,6 @@ Set Default Proof Using "Type".
Export
ListNotations
.
Export
ListNotations
.
From
Coq
.
Program
Require
Export
Basics
Syntax
.
From
Coq
.
Program
Require
Export
Basics
Syntax
.
(* TODO: remove this once it's set by an options file (the below command affects
all transitive users, which we don't want to do) *)
Global
Set
Default
Goal
Selector
"!"
.
(** This notation is necessary to prevent [length] from being printed
(** This notation is necessary to prevent [length] from being printed
as [strings.length] if strings.v is imported and later base.v. See
as [strings.length] if strings.v is imported and later base.v. See
also strings.v and
also strings.v and
...
...
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