purescript-0.15.15: tests/purs/passing/2136.purs
module Main where
import Prelude
import Effect.Console (log)
main =
if (negate (bottom :: Int) > top)
then log "Fail"
else log "Done"
module Main where
import Prelude
import Effect.Console (log)
main =
if (negate (bottom :: Int) > top)
then log "Fail"
else log "Done"