feat: handle punning in a non-ambiguous way
This commit is contained in:
@@ -32,7 +32,7 @@ pub fn final_check(z: Int) {
|
||||
}
|
||||
|
||||
pub fn incrementor(counter: Int, target: Int) -> Int {
|
||||
if counter == target then {
|
||||
if counter == target {
|
||||
target
|
||||
} else {
|
||||
incrementor(counter + 1, target)
|
||||
|
||||
Reference in New Issue
Block a user