Skip to content

Commit

Permalink
align cuda with c
Browse files Browse the repository at this point in the history
  • Loading branch information
enricozb committed Aug 5, 2024
1 parent 352e2e2 commit be6ad6f
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 64 deletions.
1 change: 1 addition & 0 deletions src/run.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ Port inject_io_err_name(Net* net) {
return inject_io_err(net, io_error);
}

/// Returns a λ-Encoded Ctr for a Result/Err(IOError/Inner(val))
Port inject_io_err_inner(Net* net, Port val) {
IOError io_error = {
.tag = IO_ERR_INNER,
Expand Down
Loading

0 comments on commit be6ad6f

Please sign in to comment.