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
58893fc3
Commit
58893fc3
authored
Mar 22, 2016
by
Ralf Jung
Browse files
TODO
parent
eae4cc01
Changes
1
Hide whitespace changes
Inline
Side-by-side
prelude/functions.v
View file @
58893fc3
...
@@ -8,7 +8,7 @@ Section definitions.
...
@@ -8,7 +8,7 @@ Section definitions.
λ
(
g
:
T
→
T
)
a
f
b
,
if
decide
(
a
=
b
)
then
g
(
f
a
)
else
f
b
.
λ
(
g
:
T
→
T
)
a
f
b
,
if
decide
(
a
=
b
)
then
g
(
f
a
)
else
f
b
.
End
definitions
.
End
definitions
.
(* For now, we only have the properties here that do not need a notion
(*
TODO:
For now, we only have the properties here that do not need a notion
of equality of functions. *)
of equality of functions. *)
Section
functions
.
Section
functions
.
...
...
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