Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Convert Reason fast pipe with uncurried functions in the lhs to ReScript correct #219

Merged
merged 2 commits into from
Dec 31, 2020

Conversation

IwanKaramazow
Copy link
Contributor

@IwanKaramazow IwanKaramazow commented Dec 31, 2020

Fixes #218

The following code should convert to ReScript correctly:

let _ =
  library.getBalance(. account)
  ->Promise.Js.catch(_ => Promise.resolved(None))

@IwanKaramazow IwanKaramazow merged commit 3d5f2da into master Dec 31, 2020
@IwanKaramazow IwanKaramazow deleted the fix-218 branch December 31, 2020 13:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uncurried function in record converted incorectly from *.re syntax
1 participant