purescript-0.15.15: tests/purs/failing/TypedBinders2.purs
-- @shouldFailWith TypesDoNotUnify module Main where import Prelude import Effect.Console (log) main = do s :: String <- log "Foo" log "Done"
-- @shouldFailWith TypesDoNotUnify module Main where import Prelude import Effect.Console (log) main = do s :: String <- log "Foo" log "Done"