Skip to content
Snippets Groups Projects
Commit 60bf4d7c authored by Andreas Klebinger's avatar Andreas Klebinger Committed by Marge Bot
Browse files

Fix typechecking time bug for large rationals (#15646)

When desugaring large overloaded literals we now avoid
computing the `Rational` value. Instead prefering to
store the significant and exponent as given where
reasonable and possible.

See Note [FractionalLit representation] for details.
parent 966a768e
No related branches found
No related tags found
No related merge requests found
Showing
with 573 additions and 101 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment