Remove Ast.PVar.
[goals.git] / TODO
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.