diff options
Diffstat (limited to '')
-rw-r--r-- | src/Synthesis.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Synthesis.ml b/src/Synthesis.ml index 85029a58..1519d0f0 100644 --- a/src/Synthesis.ml +++ b/src/Synthesis.ml @@ -15,6 +15,8 @@ open InterpreterUtils (* TODO: the below functions have very "rough" signatures and do nothing: I * defined them so that the places where we should update the synthesized * program are clearly indicated in Interpreter.ml. + * Also, some of those functions will probably be split, and their call site + * will probably evolve. * * Small rk.: most functions should take an additional parameter for the * fresh symbolic value which stores the result of the computation. |