Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap toWords c++ function #239

Open
hmemcpy opened this issue Feb 14, 2020 · 1 comment · May be fixed by #353
Open

Wrap toWords c++ function #239

hmemcpy opened this issue Feb 14, 2020 · 1 comment · May be fixed by #353

Comments

@hmemcpy
Copy link
Owner

hmemcpy commented Feb 14, 2020

image

@ktgw0316 ktgw0316 linked a pull request Feb 15, 2025 that will close this issue
@ktgw0316
Copy link
Contributor

I'm going to make a PR for this issue. Should I also include a fix for this line in the PR?

from:

Image

to:

f (Left n) =
  if n < 0
    then "Negative int"
    else "Positive int"
f (Right x) =
  if x < 0.0
    then "Negative double"
    else "Positive double"

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 a pull request may close this issue.

2 participants