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

Add support for Scientific #256

Merged
merged 1 commit into from Feb 8, 2018
Merged

Add support for Scientific #256

merged 1 commit into from Feb 8, 2018

Conversation

Gabriella439
Copy link
Collaborator

Fixes dhall-lang/dhall-lang#86

This change has two benefits:

  • Users of the Haskell API can now marshal Dhall values of type Double into
    Haskell values of type Scientific
  • The dhall executable no longer loses precision when dealing with
    values that have a large exponent (see the newly added test)

Fixes dhall-lang/dhall-lang#86

This change has two benefits:

* Users of the Haskell API can now marshal Dhall values of type `Double` into
  Haskell values of type `Scientific`
* The `dhall` executable no longer loses precision when dealing with
  values that have a large exponent (see the newly added test)
@Gabriella439 Gabriella439 merged commit 0091b09 into master Feb 8, 2018
@Gabriella439 Gabriella439 deleted the gabriel/scientific branch February 8, 2018 15:24
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.

None yet

1 participant