PipeFirst icon indicating copy to clipboard operation
PipeFirst copied to clipboard

Fast pipe, pipe first as a syntax transform

Results 1 PipeFirst issues
Sort by recently updated
recently updated
newest added

This code fails to be processed: ```reason Lwt_js.sleep(1.) ->Lwt.( bind(() => { print_endline("foo"); return(); }) ); ``` It triggers `Error: Cannot pipe into expression`. Without local opening it works ok:...