packages feed

purescript-0.12.0: tests/purs/failing/TypedBinders.purs

-- @shouldFailWith ErrorParsingModule
module Main where

import Effect.Console (log)

test = (\f :: Int -> Int -> f 10) identity

main = do
  let t1 = test
  log "Done"