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
Marianna Rapoport
iris-coq
Commits
0efe3294
Commit
0efe3294
authored
Feb 11, 2016
by
Robbert Krebbers
Browse files
Remove superflous brackers.
parent
79bf7df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/tests.v
View file @
0efe3294
...
@@ -55,9 +55,9 @@ Module LiftingTests.
...
@@ -55,9 +55,9 @@ Module LiftingTests.
Qed
.
Qed
.
Definition
FindPred
:
val
:
=
Definition
FindPred
:
val
:
=
λ
:
"x"
,
(
rec
:
"pred"
"y"
:
=
λ
:
"x"
,
rec
:
"pred"
"y"
:
=
let
:
"yp"
:
=
"y"
+
'
1
in
let
:
"yp"
:
=
"y"
+
'
1
in
if
"yp"
<
"x"
then
"pred"
"yp"
else
"y"
)
.
if
"yp"
<
"x"
then
"pred"
"yp"
else
"y"
.
Definition
Pred
:
val
:
=
Definition
Pred
:
val
:
=
λ
:
"x"
,
if
"x"
≤
'
0
then
-
FindPred
(-
"x"
+
'
2
)
'
0
else
FindPred
"x"
'
0
.
λ
:
"x"
,
if
"x"
≤
'
0
then
-
FindPred
(-
"x"
+
'
2
)
'
0
else
FindPred
"x"
'
0
.
...
...
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