Skip to content
GitLab
Menu
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
stdpp
Commits
1d98d4ac
Commit
1d98d4ac
authored
Jan 29, 2019
by
Robbert Krebbers
Browse files
Fix typo.
parent
9e503f1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/relations.v
View file @
1d98d4ac
...
...
@@ -33,7 +33,7 @@ Section definitions.
|
nsteps_O
x
:
nsteps
0
x
x
|
nsteps_l
n
x
y
z
:
R
x
y
→
nsteps
n
y
z
→
nsteps
(
S
n
)
x
z
.
(** Reduction of at most [n] steps. *)
(** Reduction
s
of at most [n] steps. *)
Inductive
bsteps
:
nat
→
relation
A
:
=
|
bsteps_refl
n
x
:
bsteps
n
x
x
|
bsteps_l
n
x
y
z
:
R
x
y
→
bsteps
n
y
z
→
bsteps
(
S
n
)
x
z
.
...
...
Write
Preview
Supports
Markdown
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