git.annexia.org
/
goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24cc20b
)
todo: Note default parameters.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 27 Dec 2019 13:37:55 +0000
(13:37 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 27 Dec 2019 13:37:55 +0000
(13:37 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
8eb190d
..
4ed2e11
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-1
+1,6
@@
'let :=' for immediate evaluation in assignment.
+
+Default parameters, ie:
+ goal foo (name, release = true) = ...
+You might only allow defaults to be added to the end, or you
+might allow goals to be called with labelled parameters.