Skip to content

Commit

Permalink
Radek demands use of False
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Waśko <[email protected]>
  • Loading branch information
JaroslavTulach and radeusgd committed Dec 2, 2024
1 parent a7890d2 commit a1f7e6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import project.Any.Any
import project.Nothing.Nothing
import project.Data.Boolean.Boolean
from project.Data.Boolean import Boolean, False

## Resource provides an API for manual management of computation resources.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1f7e6f

Please sign in to comment.