mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
8c7fc581c6
problem was found by @kuruczgy on the idris discord Also add tests
6 lines
77 B
Idris
6 lines
77 B
Idris
div_neg : Double
|
|
div_neg = (-1.0) / 1.0
|
|
|
|
main : IO ()
|
|
main = printLn div_neg
|