purescript-0.8.0.0: examples/passing/NegativeIntInRange.purs
module Main where import Prelude n :: Int n = -2147483648 main = Control.Monad.Eff.Console.log "Done"
module Main where import Prelude n :: Int n = -2147483648 main = Control.Monad.Eff.Console.log "Done"