purescript-0.12.0: 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"