summaryrefslogtreecommitdiff
path: root/src/Synthesis.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Synthesis.ml')
-rw-r--r--src/Synthesis.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Synthesis.ml b/src/Synthesis.ml
index aef001be..f3cc5f91 100644
--- a/src/Synthesis.ml
+++ b/src/Synthesis.ml
@@ -35,8 +35,8 @@ let synthesize_unary_op (unop : E.unop) (op : V.typed_value)
(dest : V.symbolic_value) : unit =
()
-let synthesize_binary_op (binop : E.binop) (op1 : E.operand) (op2 : E.operand) :
- unit =
+let synthesize_binary_op (binop : E.binop) (op1 : V.typed_value)
+ (op2 : V.typed_value) (dest : V.symbolic_value) : unit =
()
(** Actually not sure if we need this, or a synthesize_symbolic_expansion_enum *)