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
fb289f0b
Commit
fb289f0b
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Plain Diff
Merge branch 'robbert/pretty_hint_mode' into 'master'
Set `Hint Mode` for `pretty`. See merge request
!201
parents
6385b547
846cb082
No related branches found
No related tags found
1 merge request
!201
Set `Hint Mode` for `pretty`.
Pipeline
#37348
passed
4 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
theories/pretty.v
+1
-0
1 addition, 0 deletions
theories/pretty.v
with
2 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
fb289f0b
...
@@ -228,6 +228,7 @@ Changes:
...
@@ -228,6 +228,7 @@ Changes:
-
Use
`disj_union`
(notation
`⊎`
) for disjoint union on multisets (that adds the
-
Use
`disj_union`
(notation
`⊎`
) for disjoint union on multisets (that adds the
multiplicities). Repurpose
`∪`
on multisets for the actual union (that takes
multiplicities). Repurpose
`∪`
on multisets for the actual union (that takes
the max of the multiplicities).
the max of the multiplicities).
-
Set
`Hint Mode`
for
`pretty`
.
Naming:
Naming:
...
...
This diff is collapsed.
Click to expand it.
theories/pretty.v
+
1
−
0
View file @
fb289f0b
...
@@ -4,6 +4,7 @@ From Coq Require Import Ascii.
...
@@ -4,6 +4,7 @@ From Coq Require Import Ascii.
From
stdpp
Require
Import
options
.
From
stdpp
Require
Import
options
.
Class
Pretty
A
:=
pretty
:
A
→
string
.
Class
Pretty
A
:=
pretty
:
A
→
string
.
Hint
Mode
Pretty
!
:
typeclass_instances
.
Definition
pretty_N_char
(
x
:
N
)
:
ascii
:=
Definition
pretty_N_char
(
x
:
N
)
:
ascii
:=
match
x
with
match
x
with
...
...
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