aiken/examples
rvcas 135dbd8335 feat: handle pipe fn infer TODOs
This improves error messages for `a |> b(x)`.

We need to do a special check when looping over the args
and unifying. This information is within a function that does not belong
to pipe typer so I used a closure to forward along a way to add
metadata to the error when the first argument in the loop has a
unification error. Simply adding the metadata at the pipe typer
level is not good enough because then we may annotate regular
unification errors from the args.
2023-10-03 01:17:15 -04:00
..
acceptance_tests feat: Remove tuple_index and record_access in favor of faster more direct functions for 2023-09-28 01:05:05 -04:00
gift_card chore: commit example lock files 2023-09-20 13:26:49 -04:00
hello_world feat: handle pipe fn infer TODOs 2023-10-03 01:17:15 -04:00