packages feed

purescript-0.7.5: examples/failing/TypedBinders2.purs

-- @shouldFailWith TypesDoNotUnify
module Main where

import Prelude

main = do
  s :: String <- Control.Monad.Eff.Console.log "Foo"
  Control.Monad.Eff.Console.log "Done"