Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
462cd86c
Verified
Commit
462cd86c
authored
May 16, 2019
by
Paolo G. Giarrusso
Browse files
Fix typo
parent
6b6c6b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
462cd86c
...
...
@@ -11,7 +11,7 @@ Set Primitive Projections.
cases, we do not even need non-expansiveness.
*)
(** Unbund
e
led version *)
(** Unbundled version *)
Class
Dist
A
:
=
dist
:
nat
→
relation
A
.
Instance
:
Params
(@
dist
)
3
:
=
{}.
Notation
"x ≡{ n }≡ y"
:
=
(
dist
n
x
y
)
...
...
@@ -43,7 +43,7 @@ Record OfeMixin A `{Equiv A, Dist A} := {
mixin_dist_S
n
x
y
:
x
≡
{
S
n
}
≡
y
→
x
≡
{
n
}
≡
y
}.
(** Bund
e
led version *)
(** Bundled version *)
Structure
ofeT
:
=
OfeT
{
ofe_car
:
>
Type
;
ofe_equiv
:
Equiv
ofe_car
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment