packages feed

purescript-0.15.15: tests/purs/warning/DeprecatedCaseOfOffsideSyntax2.purs

-- @shouldWarnWith WarningParsingModule
module DeprecatedCaseOfOffsideSyntax2 where

data Foo = Foo Int

test :: Foo -> Int
test = case _ of Foo i ->
  i