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