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
4c60de24
There was a problem fetching the pipeline mini graph.
Commit
4c60de24
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Add `TCDiag` type class.
parent
6c34b059
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/base.v
+5
-0
5 additions, 0 deletions
theories/base.v
with
5 additions
and
0 deletions
theories/base.v
+
5
−
0
View file @
4c60de24
...
@@ -133,6 +133,11 @@ Inductive TCEq {A} (x : A) : A → Prop := TCEq_refl : TCEq x x.
...
@@ -133,6 +133,11 @@ Inductive TCEq {A} (x : A) : A → Prop := TCEq_refl : TCEq x x.
Existing
Class
TCEq
.
Existing
Class
TCEq
.
Existing
Instance
TCEq_refl
.
Existing
Instance
TCEq_refl
.
Inductive
TCDiag
{
A
}
(
C
:
A
→
Prop
)
:
A
→
A
→
Prop
:=
|
TCDiag_diag
x
:
C
x
→
TCDiag
C
x
x
.
Existing
Class
TCDiag
.
Existing
Instance
TCDiag_diag
.
(** Throughout this development we use [stdpp_scope] for all general purpose
(** Throughout this development we use [stdpp_scope] for all general purpose
notations that do not belong to a more specific scope. *)
notations that do not belong to a more specific scope. *)
Delimit
Scope
stdpp_scope
with
stdpp
.
Delimit
Scope
stdpp_scope
with
stdpp
.
...
...
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