summaryrefslogtreecommitdiff
path: root/src/SymbolicAstUtils.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-25 23:13:33 +0100
committerSon Ho2022-01-25 23:13:33 +0100
commit345f85f101974ce9347b4eed083a96cdf125085e (patch)
treed9be1e6f717e99fbfe375b6706c1ad79d6fe6597 /src/SymbolicAstUtils.ml
parent592a2113734078290d4406df7804bfc128865958 (diff)
Replace another occurrence of mvalue with msymbolic_value
Diffstat (limited to '')
-rw-r--r--src/SymbolicAstUtils.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SymbolicAstUtils.ml b/src/SymbolicAstUtils.ml
index 5a329c8d..6e9f10b0 100644
--- a/src/SymbolicAstUtils.ml
+++ b/src/SymbolicAstUtils.ml
@@ -11,7 +11,7 @@ type ('c, 's) ended = EndedConcrete of 'c | EndedSymbolic of 's
type ended_loan = (V.typed_value, V.msymbolic_value list) ended
-type ended_borrow = (V.typed_value, V.typed_value) ended
+type ended_borrow = (V.typed_value, V.msymbolic_value) ended
type ended_loan_or_borrow =
| EndedLoan of ended_loan