Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

This argument cannot be applied without label. Confused, can anyone explain?

$
0
0

Working with pipes can be tricky if you aren’t used to it, but once you grok it you will never want to go back.

let fn = str =>
  str
  ->String.trim
  ->String.toUpperCase

Viewing all articles
Browse latest Browse all 2592

Trending Articles