idris-lang / Idris2

A purely functional programming language with first class types
https://idris-lang.org/
Other
2.46k stars 369 forks source link

Update typedd.rst #3305

Closed m-rinaldi closed 3 weeks ago

m-rinaldi commented 3 weeks ago

Description

Entering the expression 2.1 * 20 in the REPL produces the following error on Idris 2:

Error: Can't find an implementation for FromDouble Integer.

Should this change go in the CHANGELOG?

No