From 05c38126feca0530db3e744409510b8b3b436864 Mon Sep 17 00:00:00 2001 From: Jaroslav Tulach Date: Mon, 2 Dec 2024 05:01:10 +0100 Subject: [PATCH] Radek demands use of False MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Radosław Waśko --- .../Standard/Base/0.0.0-dev/src/Runtime/Managed_Resource.enso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/lib/Standard/Base/0.0.0-dev/src/Runtime/Managed_Resource.enso b/distribution/lib/Standard/Base/0.0.0-dev/src/Runtime/Managed_Resource.enso index cc7a010ce406..8ae9ffdf530c 100644 --- a/distribution/lib/Standard/Base/0.0.0-dev/src/Runtime/Managed_Resource.enso +++ b/distribution/lib/Standard/Base/0.0.0-dev/src/Runtime/Managed_Resource.enso @@ -52,7 +52,7 @@ type Managed_Resource Returns: A `Managed_Resource` object that can be used to access the resource. register : Any -> (Any -> Nothing) -> Boolean -> Managed_Resource - register resource function system_finalization_allowed=Boolean.False = + register resource function system_finalization_allowed=False = @Tail_Call register_builtin resource function system_finalization_allowed ## PRIVATE