From 2e1903b951b496dd3f0bde08d9b5d524659a3bac Mon Sep 17 00:00:00 2001 From: Son Ho Date: Fri, 17 Dec 2021 13:28:51 +0100 Subject: Implement the avalue cases of give_back_value --- src/Print.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Print.ml') diff --git a/src/Print.ml b/src/Print.ml index e8471704..e9ba4730 100644 --- a/src/Print.ml +++ b/src/Print.ml @@ -361,7 +361,7 @@ module Values = struct ^ ")" | AEndedMutLoan ml -> "@ended_mut_loan{ given_back=" - ^ typed_value_to_string fmt ml.given_back + ^ typed_avalue_to_string fmt ml.given_back ^ "; child=" ^ typed_avalue_to_string fmt ml.child ^ " }" -- cgit v1.2.3