Skip to content

Commit

Permalink
rename Bind to EarlyBind and remove mask in favor of just being able …
Browse files Browse the repository at this point in the history
…to bind leading arguments
  • Loading branch information
brmataptos committed Nov 25, 2024
1 parent 20cce5d commit cead217
Show file tree
Hide file tree
Showing 6 changed files with 302 additions and 247 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ impl<'env> Generator<'env> {
self.gen_function_call(targets, id, m.qualified(*f), args)
},
// TODO(LAMBDA)
Operation::Bind(_mask) => self.error(
Operation::EarlyBind => self.error(
id,
"Function-typed values not yet supported except as parameters to calls to inline functions",
),
Expand Down
Loading

0 comments on commit cead217

Please sign in to comment.