packages feed

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

-- @shouldWarnWith MissingTypeDeclaration
module Main where

data Maybe a = Just a | Nothing

value = Nothing