packages feed

purescript-0.10.6: examples/passing/2136.purs

module Main where

import Prelude
import Control.Monad.Eff.Console (log)

main = 
  if (negate (bottom :: Int) > top)
    then log "Fail"
    else log "Done"