summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-26 16:29:30 +0100
committerSon Ho2022-01-26 16:29:30 +0100
commit652e500bc2ad13f70db242e0c89234091769fe18 (patch)
tree05e097d81b167f9f44b3341f149486f69cd0e099 /src/Interpreter.ml
parent3cf1d87a9bbfb7a1e29d4e3f919d3cd4ec3999c2 (diff)
Cleanup a bit
Diffstat (limited to 'src/Interpreter.ml')
-rw-r--r--src/Interpreter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Interpreter.ml b/src/Interpreter.ml
index 463ad447..4405c409 100644
--- a/src/Interpreter.ml
+++ b/src/Interpreter.ml
@@ -70,7 +70,7 @@ module Test = struct
let type_params =
List.map (fun tv -> T.TypeVar tv.T.index) sg.type_params
in
- let inst_sg = instantiate_fun_sig type_params sg ctx in
+ let inst_sg = instantiate_fun_sig type_params sg in
(* Create fresh symbolic values for the inputs *)
let input_svs =
List.map