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

Commits on Feb 7, 2018

  1. Add support for Scientific

    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 committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    7e7d205 View commit details
    Browse the repository at this point in the history