packages feed

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

-- @shouldWarnWith MissingTypeDeclaration
module Main where

data Maybe a = Just a | Nothing

value = Nothing