Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
coq-stdpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
David Swasey
coq-stdpp
Commits
efa3890b
Commit
efa3890b
authored
Oct 31, 2017
by
Robbert
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docfixes' into 'master'
Minor documentation fixes See merge request robbertkrebbers/coq-stdpp!14
parents
2e5cc41f
84ecfd79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/base.v
theories/base.v
+2
-2
No files found.
theories/base.v
View file @
efa3890b
...
...
@@ -964,7 +964,7 @@ Hint Mode Alter - - ! : typeclass_instances.
Instance
:
Params
(@
alter
)
5
.
Arguments
alter
{
_
_
_
_
}
_
!
_
!
_
/
:
simpl
nomatch
,
assert
.
(** The function [alter f k m] should update the value at key [k] using the
(** The function [
partial_
alter f k m] should update the value at key [k] using the
function [f], which is called with the original value at key [k] or [None]
if [k] is not a member of [m]. The value at [k] should be deleted if [f]
yields [None]. *)
...
...
@@ -1092,7 +1092,7 @@ Hint Mode Size ! : typeclass_instances.
Arguments
size
{
_
_
}
!
_
/
:
simpl
nomatch
,
assert
.
Instance
:
Params
(@
size
)
2
.
(** The class [Collection M] axiomatizes a type constructor [M] that can be
(** The class [Collection
Monad
M] axiomatizes a type constructor [M] that can be
used to construct a collection [M A] with elements of type [A]. The advantage
of this class, compared to [Collection], is that it also axiomatizes the
the monadic operations. The disadvantage, is that not many inhabits are
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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