purescript-0.7.5: examples/failing/TypedBinders3.purs
-- @shouldFailWith TypesDoNotUnify module Main where import Prelude test = case 1 of (0 :: String) -> true _ -> false main = do let t = test Control.Monad.Eff.Console.log "Done"
-- @shouldFailWith TypesDoNotUnify module Main where import Prelude test = case 1 of (0 :: String) -> true _ -> false main = do let t = test Control.Monad.Eff.Console.log "Done"