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
I
iris
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
Jonas Kastberg
iris
Commits
bf59ec9e
Commit
bf59ec9e
authored
Sep 20, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Destructors for csum.
parent
481992cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
algebra/csum.v
algebra/csum.v
+5
-0
No files found.
algebra/csum.v
View file @
bf59ec9e
...
...
@@ -15,6 +15,11 @@ Arguments Cinl {_ _} _.
Arguments
Cinr
{
_
_
}
_
.
Arguments
CsumBot
{
_
_
}.
Instance
maybe_Cinl
{
A
B
}
:
Maybe
(@
Cinl
A
B
)
:
=
λ
x
,
match
x
with
Cinl
a
=>
Some
a
|
_
=>
None
end
.
Instance
maybe_Cinr
{
A
B
}
:
Maybe
(@
Cinr
A
B
)
:
=
λ
x
,
match
x
with
Cinr
b
=>
Some
b
|
_
=>
None
end
.
Section
cofe
.
Context
{
A
B
:
cofeT
}.
Implicit
Types
a
:
A
.
...
...
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