Skip to content

Conversation

cristianoc
Copy link
Collaborator

See #6146

@DZakh
Copy link
Member

DZakh commented Apr 14, 2023

Input:

let concatStrings = (string1, string2) => string1 ++ string2
Ok("_")->Belt.Result.map(concatStrings(_, "foo"))

Formatted:

let concatStrings = (string1, string2) => string1 ++ string2
Ok("_")->Belt.Result.map(() => concatStrings(_, "foo"))

@cristianoc cristianoc merged commit cde772a into master Apr 14, 2023
@cristianoc cristianoc deleted the uncurried_placeholder_app branch April 14, 2023 15:02
cristianoc added a commit that referenced this pull request Apr 14, 2023
@cristianoc cristianoc mentioned this pull request Apr 14, 2023
cristianoc added a commit that referenced this pull request Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants