Skip to content

Commit

Permalink
Update evaluate-with-args.post.hl
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 23, 2023
1 parent 30118a0 commit ad17798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/files/system/evaluator/evaluate-with-args.post.hl
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ hyper2lambda:x:@.arguments/*/hyperlambda

// Converts all input arguments to their expected type.
for-each:x:@.arguments/*/args/*
get-name:x:@.dp/#
if
exists:x:@hyper2lambda/*/.arguments/*/{@get-name}/*/type
.lambda
get-name:x:@.dp/#
set-value:x:@.dp/#
convert:x:@.dp/#
type:x:@hyper2lambda/*/.arguments/*/{@get-name}/*/type
else
get-name:x:@.dp/#
set-value:x:@.dp/#
convert:x:@.dp/#
type:x:@hyper2lambda/*/.arguments/*/{@get-name}
Expand Down

0 comments on commit ad17798

Please sign in to comment.