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
Iris
stdpp
Commits
f5528229
Commit
f5528229
authored
Mar 22, 2016
by
Ralf Jung
Browse files
TODO
parent
b749d1ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/functions.v
View file @
f5528229
...
...
@@ -8,7 +8,7 @@ Section definitions.
λ
(
g
:
T
→
T
)
a
f
b
,
if
decide
(
a
=
b
)
then
g
(
f
a
)
else
f
b
.
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. *)
Section
functions
.
...
...
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