packages feed

purescript-0.13.0: tests/purs/failing/3549-a.purs

-- @shouldFailWith UnknownName
module Main where

import Effect.Console (log)

identity :: forall (a :: Typ) . a -> a
identity x = x

main = log "Done"