diff options
author | Son Ho | 2022-01-05 08:13:14 +0100 |
---|---|---|
committer | Son Ho | 2022-01-05 08:13:14 +0100 |
commit | 31ba5d8703e1c5030744e4e2818aec2b6928e30c (patch) | |
tree | 69aa2aa931f0ac866e411866d0671269ea4044c8 | |
parent | 27707043055bd2ea198f548fa84b672fe5279880 (diff) |
Update a comment
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. |