Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joshua Yanovski
iris-coq
Commits
0efe3294
Commit
0efe3294
authored
Feb 11, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove superflous brackers.
parent
79bf7df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
heap_lang/tests.v
heap_lang/tests.v
+2
-2
No files found.
heap_lang/tests.v
View file @
0efe3294
...
...
@@ -55,9 +55,9 @@ Module LiftingTests.
Qed
.
Definition
FindPred
:
val
:=
λ
:
"x"
,
(
rec
:
"pred"
"y"
:=
λ
:
"x"
,
rec
:
"pred"
"y"
:=
let:
"yp"
:=
"y"
+
'1
in
if
"yp"
<
"x"
then
"pred"
"yp"
else
"y"
)
.
if
"yp"
<
"x"
then
"pred"
"yp"
else
"y"
.
Definition
Pred
:
val
:=
λ
:
"x"
,
if
"x"
≤
'0
then
-
FindPred
(
-
"x"
+
'
2
)
'0
else
FindPred
"x"
'0
.
...
...
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